3 lines
52 B
AppleScript
3 lines
52 B
AppleScript
repeat with i from 10 to 0 by -1
|
|
log i
|
|
end repeat
|
repeat with i from 10 to 0 by -1
|
|
log i
|
|
end repeat
|