Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
num: 2
|
||||
|
||||
if? num=2 [
|
||||
print "yep, num is 2"
|
||||
]
|
||||
else [
|
||||
print "something went wrong..."
|
||||
]
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
loop 1..5 'num [
|
||||
case [num]
|
||||
when? [<2] -> print [num ": it's less than 2"]
|
||||
when? [=2] -> print [num ": it's 2!"]
|
||||
when? [=3] -> print [num ": it's 3!"]
|
||||
else -> print [num ": the number is too big"]
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue