0 Members and 1 Guest are viewing this topic.
4. If X=1:0→X:If X=0:1→X (I see this a lot) to abs(X-1→X
Quote from: TBO_Yeong on December 14, 2011, 12:52:57 pm4. If X=1:0→X:If X=0:1→X (I see this a lot) to abs(X-1→XAlso known as not(X→X
Quote from: Xeda112358 on December 14, 2011, 12:57:22 pmQuote from: TBO_Yeong on December 14, 2011, 12:52:57 pm4. If X=1:0→X:If X=0:1→X (I see this a lot) to abs(X-1→XAlso known as not(X→X I just realized and tried to fix it but you noticed it first anyway
X/100 to sub(X is a very useful one.
:Disp "Blah":Disp "More Blah"
:Disp "Blah","More Blah
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
Code: [Select]:Disp "Blah":Disp "More Blah"optimized:Code: [Select]:Disp "Blah","More Blah
:Disp "Blah:Disp "More Blah
You don't need the Else there.