None: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Redirected page to NONE)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect[[NONE]]
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:
*[[On Gosub]]
*[[On Goto]]
 
For disambiguation purposes, see [[Parent=none]].
 
<noinclude>
[[Category:All Parameters]]
</noinclude>

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.