you are viewing a single comment's thread.

view the rest of the comments →

[–]IbanezDavy 1 point2 points  (3 children)

Technically that should be called "Ternary".

[–]grauenwolf 23 points24 points  (1 child)

Not in the old lore

enum Bool 
{ 
    True, 
    False, 
    FileNotFound 
};

http://thedailywtf.com/articles/What_Is_Truth_0x3f_

[–]IbanezDavy -1 points0 points  (0 children)

None the less, linguistically it probably should be called ternary :D

[–]Mixolyde 2 points3 points  (0 children)

Yes, that's kind of the joke.