4 lines
No EOL
52 B
Text
4 lines
No EOL
52 B
Text
main = case 78 of {
|
|
5 => 45;
|
|
x => x + 24;
|
|
}; |