None: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
Used with the following statements:
Used with the following statements:
*[[On Gosub]]
*[[On Gosub]]
*[[On Goto]]


For disambiguation purposes, see [[Parent=none]].
For disambiguation purposes, see [[Parent=none]].

Latest revision as of 21:30, 30 July 2013

The optional "NONE line-ref" parameter allows you to specify the line that control should go to when the value of the numeric expression does not fall into the indicated range. This branch is treated as a GOSUB branch rather than an error-processing branch. The branched-to subroutine must end with a RETURN statement.

Used with the following statements:

For disambiguation purposes, see Parent=none.