Here is a part of a program I am using:
if y = 10 then A = 8000 : CALL 21: STEPMOVE 1,-19000,10 : D$ = "JS2" : y=0 : setlcd 0,1,chr$(1): R = 0 : DM[54] = 0 : setio maindrly 'this is for 2" wide x 3.5 Jbag hub
endif
When execting this the CALL 21 is done as expected, but when it returns from 21 it does not execute the STEPMOVE command.
Does the CALL retun to the next command within the IF THEN Statement or does it return to the next command after this loop ignoring the remaning commands within the loop?
Thanks