5 lines
71 B
Text
5 lines
71 B
Text
step = 3
|
|
repeat with i = 0 to 10
|
|
put i
|
|
i = i + (step-1)
|
|
end repeat
|