let io => import 'io'; let ex => switch 'this is irrelevant for this example' { false => 'This is, obviously, not returned.'; 'a string' => 'This is also not returned.'; true => 'This is returned.'; }; ex -- io.writeln io.stdout;