Posts: 260
Threads: 55
Joined: Jun 2008
Reputation:
0
all numbers ≥ 1 & ≤ -1 are true ?
and 0 is false ?
Posts: 788
Threads: 22
Joined: May 2006
Reputation:
0
Sort of, it depends what type of variable you are using.
Boolean:
False = 0
True = 1
Integer:
False = 0
True = anything not false