PDA

View Full Version : One line IF



kenif
- 10th October 2015, 02:53
Hi,

Having problems with the one line IF THEN LABEL not returning.
Is this a call or an absolute jump?

Thanks guys.

Jerson
- 10th October 2015, 04:14
This is a goto. Absolute jump.

kenif
- 10th October 2015, 04:42
That would be why, then.
Thanks.
Another win for the manual :)

timmers
- 12th October 2015, 13:53
... unless you request a GOSUB.

IF condition = true THEN GOSUB subroutine