6 lines
110 B
Text
6 lines
110 B
Text
case x of
|
|
(
|
|
1: (print "one")
|
|
2: (print "two")
|
|
default: (print "Neither one or two")
|
|
)
|