• jballs@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 day ago

    While working on some client code, my coworker and I came across a case statement that said something like

    if myBoolean == TRUE
    then blah
    else if myBoolean == FALSE
    then blah blah
    else if myBoolean is null
    then blah blah blah
    

    Ever since we’ve always laughed at the “trinary bit”.