Adding SWITCH function


Use SWITCH to build switch statements.

SWITCH(1+1, 2, "True!", "False!")

For more information, see our documentation.