==== <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>