1 2 3 4 5 6 7 8
// Simple nested when test test : x -> when x is 0 then when true is true then "nested true" false then "nested false" 1 then "simple case" _ then "default";