8 lines
87 B
Text
8 lines
87 B
Text
num: 2
|
|
|
|
if? num=2 [
|
|
print "yep, num is 2"
|
|
]
|
|
else [
|
|
print "something went wrong..."
|
|
]
|