function g = { x - 2: x < 3, x^3: x >= 5, x: x > 7 }; print(evaluate g in [3, 5, 7]);