churf/sample-programs/lt_testing.crf
2023-04-27 13:49:00 +02:00

3 lines
54 B
Text

main = case (lt 3 5) of
True => 1
False => 0