1 2 3 4 5 6 7 8
let this = "that"; let bla = "blubb"; match true of case true when "snot" => `this` default => bla end; let the = "line"; let `won't` = "show";