Changes

Jump to: navigation, search

Locomotive BASIC

177 bytes removed, 13:08, 5 October 2012
/* DEFSTR */
: Sets the default for variable(s) with the specified first letter(s) to a floating point figure.
==== <code>DEFSTR‹letter range›</code> ====
: 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>
==== <code>DEG</code> ====
205
edits