elm/tests/data/good/Otherwise.elm
2013-12-29 15:17:49 -06:00

5 lines
87 B
Elm

module Otherwise where
otherwise = 3
main = asText <| if False then "Yay" else "Boo"