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