/* Debug test for when expression */ /* Test 1: Simple when expression */ result : when 5 is 5 then "Five" _ then "Other"; ..out result;