Changes

Jump to: navigation, search

Locomotive BASIC

168 bytes added, 13:18, 10 June 2011
<pre>PRINT VAL("-12.34x"),VAL("A-12") - prints -12.34 0
</pre>
<br>Exception: If se starts with "&amp;" + character (and it's between "A" and "F") the whole character will be handled like a hexadezimal numeric character (...often used in DATA Loaders). The returning numeric value is&nbsp;signed&nbsp;integer (16-Bit Word). <pre>PRINT&nbsp;VAL("&amp;A") - returns a 10 PRINT&nbsp;VAL("&amp;7FFF") - returns a 32767 PRINT&nbsp;VAL("&amp;8000") - returns a -32768</pre>
==== <code>VPOS (#st)</code> ====
20
edits