RosettaCodeData/Task/Conditional-structures/MAXScript/conditional-structures-2.max
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
110 B
Text

case x of
(
1: (print "one")
2: (print "two")
default: (print "Neither one or two")
)