3 lines
54 B
Text
3 lines
54 B
Text
main = case (lt 3 5) of
|
|
True => 1
|
|
False => 0
|
main = case (lt 3 5) of
|
|
True => 1
|
|
False => 0
|