Hi,
Having problems with the one line IF THEN LABEL not returning.
Is this a call or an absolute jump?
Thanks guys.
Printable View
Hi,
Having problems with the one line IF THEN LABEL not returning.
Is this a call or an absolute jump?
Thanks guys.
This is a goto. Absolute jump.
That would be why, then.
Thanks.
Another win for the manual :)
... unless you request a GOSUB.
IF condition = true THEN GOSUB subroutine