Changes

Jump to: navigation, search

Locomotive BASIC

2 bytes added, 12:37, 19 September 2011
/* VAL(se) */
<pre>PRINT VAL("-12.34x"),VAL("A-12") - prints -12.34 0
</pre>
<br>:Exception: If 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 isa &nbsp;signed&nbsp;integer (16-Bit Word).
<pre>PRINT&nbsp;VAL("&amp;A") - returns a 10
205
edits