Re: out of memory, even tho remembered nothing!
- Posted by DerekParnell (admin) Oct 18, 2012
- 1718 views
useless_ said...
I have previously considered any value (whether bit byte, char, string, etc) over 0 as TRUE and any value of zero or less to be FALSE.
The true situation is that FALSE is implemented as the value zero and TRUE is implemented as NOT FALSE, which happens to be any number that is not zero.

