I have a co-worker that maintains that TRUE used to be defined as 0 and all other values were FALSE. I could swear that every language I\'ve worked with, if you could even
In languages like C there was no boolean value so you had to define your own. Could they have worked on a non-standard BOOL overrides?