Changes

Jump to: navigation, search

Locomotive BASIC

269 bytes added, 18:20, 27 May 2012
/* DEF */
==== <code>DEF</code> ====
: [DEF means "define" and comes along with defining a function in case of DEF FN or defining variables in case of DEFREAL, DEFINT or DEFSTR.: DEF FN must come before using the statement FN.: DEF with a variable declaration should come before using a variable.]: (see also FN)
==== <code>DEFINT letter range</code> ====
205
edits