/* Test simple when expression */ /* Test simple when expression */ x : 5; result : when x is 5 then "Five" _ then "Other"; ..out result;