Hacker News new | ask | show | jobs
by hcs 28 days ago

    enum Bool
    { 
        True, 
        False, 
        FileNotFound 
    };
https://thedailywtf.com/articles/What_Is_Truth_0x3f_