5 lines
No EOL
127 B
Text
5 lines
No EOL
127 B
Text
let sequence =
|
|
if (x =? 0) then { foo 0
|
|
} else { if (x <? 0) { bar 0
|
|
else { if (x >? 0) { baz 0
|
|
} else { live 0 } } } |