Goto
---------------------
Different to basic
Goto
does the same as in BBC Basic but it uses labels instead of line numbers.
Goto
can only jump inside a procedure or function, not between.
See the Colon (
:
) for details on how to define a label.