Changes

Jump to: navigation, search

Locomotive BASIC

271 bytes added, 21:12, 27 February 2007
/* 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 ====
197
edits