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