Greater than/Less than
Newzed
Posts: 2,503
In PBasic I write:
if x>y.......
if x<y......
How would I write this in Spin?
Thanks
Sid
if x>y.......
if x<y......
How would I write this in Spin?
Thanks
Sid
Comments
a huge part of chapter four is devoted to operators, this one included
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Who says you have to have knowledge to use it?
I've killed a fly with my bare mind.
if x>y...
or
if x<y...
Thanks
Sid
Happy Bang-Bang Day.
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·