Returns one of two values based on a boolean condition.
bool(0)(1)(true) // 1bool('no')('yes')(false) // 'no'
Returns one of two values based on a boolean condition.