Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
set table to {return}
|
||||
repeat with i from 1 to 10
|
||||
if i < 5 or (i ≥ 6 and i < 10) then
|
||||
set end of table to i & ", "
|
||||
else if i = 5 or i = 10 then
|
||||
set end of table to i & return
|
||||
end if
|
||||
end repeat
|
||||
return table as string
|
||||
Loading…
Add table
Add a link
Reference in a new issue