6 lines
121 B
AppleScript
6 lines
121 B
AppleScript
set l to {}
|
|
repeat with i from id of "a" to id of "z"
|
|
set end of l to i
|
|
end repeat
|
|
|
|
return characters of string id l
|