Changes
/* DEFINT ‹letter range› */
==== <code>DEFINT ‹letter range›</code> ====
: Forces all variables(s) starting with the specified letter(s) to be integer variables.
: Example:
<pre>
20 DEFINT a-z:' sets all variables starting with an A until Z as integer.
</pre>