RosettaCodeData/Task/String-prepend/AppleScript/string-prepend-1.applescript
2023-07-01 13:44:08 -04:00

3 lines
81 B
AppleScript

set aVariable to "world!"
set aVariable to "Hello " & aVariable
return aVariable