Changes
/* DEFSTR */
==== DEFSTR ====
: [Sets the default for variable(s) with the specified first letter(s) to integer.The letter range could be an inclusive range A-Z : Example: <pre>10 DEFINT F,S ..]... (or 10 DEFINT A-Z)20 FIRST=111.11:SECOND=22.230 PRINT FIRST,SECOND - prints 111 22</pre>
==== DEG ====