ifThen(b, X1, X2) returns X1 if b = true, and X2 otherwise. Example: ifThen(isOdd(n), "n is odd", "n is even")