0 Members and 2 Guests are viewing this topic.
:Goto 2:Lbl 1:<stuff>:End:Lbl 2:While <condition>:<stuff>:Goto 1:End
:For(A,1,40:DispGraph/RclPic 1, depending on what your doing:Disp:End
Well, Goto eats memory, whihc is probably why most languages don't have it anymore, or its just now used. but doesn't Python have Goto? or am I confused?
rand(X
:Delvar KRepeat K=21:<stuff>:Repeat K=21 or K=105:getkey->K:End:End
Well, Goto eats memory, whihc is probably why most languages don't have it anymore, or its just now used.
Or you just get in the practice of writing without them. Using loops isn't all that difficult.