Manual

52
[Function] Sets the tag number designated in operand 1.
[Example] Refer to the GOTO command.
12. SEL Language
TAG (Tag Declaration)
GOTO (Jump)
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·tuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpOOTOG.oNgaT
noisnapxE
noitidnoc
)RO·DNA(
tupnI
noitidnoc
)galF·O/I(
dnammoC
tsoP
)galF·tuptuO(
dnammoC 1dnarepO 2dnarepO
lanoitpOlanoitpOGAT.oNgaT
[Function] Jumps to the position of the tag number designated in operand 1.
Note: The GOTO command is valid only within the same program.
[Example 1] TAG 1 Set the tag.
:
:
:
GOTO 1 Jump to tag 1.
[Example 2] LET 1 10 Assign 10 to 1.
GOTO *1 Jump to tag 10 (content of variable 1).