Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
3
Task/Loops-Foreach/Nanoquery/loops-foreach-1.nanoquery
Normal file
3
Task/Loops-Foreach/Nanoquery/loops-foreach-1.nanoquery
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
for item in collection
|
||||
println item
|
||||
end
|
||||
9
Task/Loops-Foreach/Nanoquery/loops-foreach-2.nanoquery
Normal file
9
Task/Loops-Foreach/Nanoquery/loops-foreach-2.nanoquery
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
for n in {1,3,5,7,9}
|
||||
print n + " "
|
||||
end
|
||||
println
|
||||
|
||||
for char in "test string"
|
||||
print char
|
||||
end
|
||||
println
|
||||
Loading…
Add table
Add a link
Reference in a new issue