4 lines
46 B
Text
4 lines
46 B
Text
|
|
repeat with n=10 down to 1
|
||
|
|
put n
|
||
|
|
end repeat
|