Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Boolean-values/Nanoquery/boolean-values.nanoquery
Normal file
8
Task/Boolean-values/Nanoquery/boolean-values.nanoquery
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
a = true
|
||||
b = false
|
||||
|
||||
if a
|
||||
println "a is true"
|
||||
else if b
|
||||
println "b is true"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue