Changes

Jump to: navigation, search

Locomotive BASIC

391 bytes added, 12:51, 5 October 2012
/* RESUME */
: ''See also:'' <tt>DATA</tt>, <tt>READ</tt>
==== <code>RESUME[line] or NEXT</code> ====: [Command causes the program to resume after an error code and if it is interrupted by an '''ON ERROR GOTO''' jump: So it can either resume*(if there's no line number stated) at the same line after error code (and if there are more statements in one line)or* at the line number stated (optional)or* with the NEXT parameter (optional) ...]at the line followed by the error line
==== <code>RETURN</code> ====
205
edits