Changes

Locomotive BASIC

80 bytes added, 16:52, 11 September 2011
/* CLEAR */
==== <code>CLEAR</code> ====
: Clears all variables from memory, leaving the program in memory unchanged. All open files are abandoned.
: The command clear inside a subroutine (gosub GOSUB... returnRETURN) will also clear the "stack pointer" address of the gosub heap. That means that a RETURN won't work and a GOTO has to be used instead.
==== <code>CLG </code>[‹masked ink›] ====
205
edits