0 Members and 9 Guests are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
I>1
I>=2
I/2
Well, ? and ?? should be used for conditionals anyway.
A good example of why this would break down is that you could no longer do things like If (I>1) and (A=2), since the 'and' operator is bitwise instead of boolean the conditional would never pass if I is 4 for instance.