8

ifnt (False):
//Don't something
elsifnt(True)
//Do something
elsent
//somethingn't

Comments
  • 1
  • 1
    but what happens when you pass a true statement into your "ifnt" clause? Technically that means "not not" right, which is true?

    My head hurts now...
  • 0
    Do non't don't this.
  • 2
    elsnt(condition){
    doStuff();
    } ifnt elsnt(otherCondition){
    doDiffStuff();
    } ifnt {
    doStuffnt();
    }
Add Comment