--- @param cond boolean --- Human readable ternary operator function if_then_else(cond, ifTrue, ifFalse) if cond then return ifTrue end return ifFalse end