Conditional (if) choice


 MathMate syntax:            if(x, y, z) 
 Domain:                     x, y, z   any real

Returns z if x = 0 , otherwise returns y.