Code: Select all
;hope Gosub can 'disassemble' (If EndIf) etc.
Gosub re
k=b
EndIf:EndIf
Gosub re
h=c
EndIf:EndIf
End
re: :If a=0 And b=0 And c=d
m=n:If t=y:Return
Code: Select all
;hope Gosub can 'disassemble' (If EndIf) etc.
Gosub re
k=b
EndIf:EndIf
Gosub re
h=c
EndIf:EndIf
End
re: :If a=0 And b=0 And c=d
m=n:If t=y:Return
Code: Select all
Gosub re
k=b
re1:
EndIf:re2: :EndIf
End
re: :If a=0
m=n:If t=y:Return