Changes

Jump to: navigation, search

Locomotive BASIC

72 bytes removed, 13:07, 5 October 2012
/* DEFINT ‹letter range› */
==== <code>DEFINT ‹letter range›</code> ====
 
: Forces all variables(s) starting with the specified letter(s) to be integer variables.
: 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