3 lines
81 B
Text
3 lines
81 B
Text
case 6 * 7 of
|
|
42 -> "Correct"
|
|
_ -> "Wrong" // default, matches anything
|