Changes

Jump to: navigation, search

Locomotive BASIC

21 bytes added, 13:05, 5 October 2012
/* DEFINT letter range */
: (see also FN)
==== <code>DEFINT <letter range></code> ====
: Forces all variables(s) starting with the specified letter(s) to be string integer variables. The s does not need to be added to DEFSTR variable names.
: Example:
<pre>
10 DEFSTR N - :' sets all variables starting with letter N as strings.20 DEFINT a-z:' sets all variables starting with an A until Z as integer.
</pre>
205
edits