7 lines
84 B
Text
7 lines
84 B
Text
num: 2
|
|
|
|
switch num=2 [
|
|
print "yep, num is 2"
|
|
][
|
|
print "something went wrong..."
|
|
]
|