Re: TIB: RE: If-then-goto-end loops can create a problem
[Prev][Next][Index][Thread]
Re: TIB: RE: If-then-goto-end loops can create a problem
if you had something like the following, would it still work? Or would
the calc freak out at the extra ends?
If X=2
Then
Goto 1
End
Lbl 1
End
(COMMANDS)...
Follow-Ups:
References: