RosettaCodeData/Task/Character-codes/AppleScript/character-codes-2.applescript

12 lines
192 B
AppleScript

character id 97
--> "a"
character id {72, 101, 108, 108, 111, 33}
--> "Hello!"
string id {72, 101, 108, 108, 111, 33}
--> "Hello!"
Unicode text id {72, 101, 108, 108, 111, 33}
--> "Hello!"