RosettaCodeData/Task/Conditional-structures/Clean/conditional-structures-2.clean

4 lines
81 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
case 6 * 7 of
42 -> "Correct"
_ -> "Wrong" // default, matches anything