Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
loop str = str lt(i,10) (i = i + 1) :f(out)
|
||||
str = str ne(i,10) ',' :s(loop)
|
||||
out output = str
|
||||
end
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
output('out',1,'-[-r1]')
|
||||
loop i = lt(i,10) i + 1 :f(end)
|
||||
out = i
|
||||
eq(i,10) :s(end)
|
||||
out = ',' :(loop)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue