Let's say I have the following code:
IF[#101EQ0]GOTO1000
(ACTION A)
N1000
(ACTION B)
if #101 was NOT equal to 0, would it do both action A AND B, ignoring the label?
Or would it treat the label like a sub method, skipping it to go straight to the end?
I have a feeling it's the former, but I need to be sure.
Let's say I have the following code:
IF[#101EQ0]GOTO1000
(ACTION A)
N1000
(ACTION B)
if #101 was NOT equal to 0, would it do both action A AND B, ignoring the label?
Or would it treat the label like a sub method, skipping it to go straight to the end?
I have a feeling it's the former, but I need to be sure.