0 Members and 3 Guests are viewing this topic.
Quote from: TBO_Yeong on December 14, 2011, 02:59:36 pmYou don't need the Else there. yes you do.... otherwise no matter what X would be 1 by the end.
You don't need the Else there.
Quote from: Sorunome on December 29, 2011, 02:41:44 pmCode: [Select]:Disp "Blah":Disp "More Blah"optimized:Code: [Select]:Disp "Blah","More BlahDon't Code: [Select]:Disp "Blah:Disp "More Blahtakes less space?
Code: [Select]:Disp "Blah":Disp "More Blah"optimized:Code: [Select]:Disp "Blah","More Blah
:Disp "Blah":Disp "More Blah"
:Disp "Blah","More Blah
:Disp "Blah:Disp "More Blah
:Disp "BLAH:Disp "MORE BLAH
Quote from: Builderboy on December 29, 2011, 02:34:19 pmQuote from: Deep Thought on December 14, 2011, 08:02:13 pmX/100 to sub(X is a very useful one.Might as well do .1X since sub() is a 2 byte token That divides by ten, not 100.
Quote from: Deep Thought on December 14, 2011, 08:02:13 pmX/100 to sub(X is a very useful one.Might as well do .1X since sub() is a 2 byte token
X/100 to sub(X is a very useful one.
input Aif A=5goto AAif A!=5 (!= has to be the not equal to sign)goto BBlbl AAdisp Albl BBoutput(5,5,A
input Aif A=5goto AAoutput(5,5,Albl AAdisp A
input Aif A!=5Output(5,5,ADisp A
If (A=1)+(A=2)+(A=3)+(A=4)
If sum(A={1,2,3,4