Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,8 +1,4 @@
|
|||
num: 2
|
||||
arturoIsAwesome: true
|
||||
|
||||
if? num=2 [
|
||||
print "yep, num is 2"
|
||||
]
|
||||
else [
|
||||
print "something went wrong..."
|
||||
]
|
||||
if arturoIsAwesome ->
|
||||
print "Yes, it is!"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
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"]
|
||||
]
|
||||
itRains: false
|
||||
|
||||
unless itRains ->
|
||||
print "We are going for a walk!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue