Jumps
JUMP(T/F)any name
… some more actions …
TAG#any name
Loops
TAG#any name
… some more actions …
JUMP (T/F)any name
Sub – Return
With JUMP sub:test you set the base of the following jump session
The command makes you jump to the TAG #sub:test
With the Jump #return:test you jump back to the place where you started (set the baseline)
JUMPsub:any name
… some more actions …
TAG#sub:any name
… some more actions …
JUMP#return:any name