churf/sample-programs/example-programs/ex2.crf
2023-03-31 18:17:28 +02:00

4 lines
No EOL
52 B
Text

main = case 78 of {
5 => 45;
x => x + 24;
};