RosettaCodeData/Task/String-prepend/AppleScript/string-prepend-1.applescript
2023-07-01 11:58:00 -04:00

3 lines
81 B
AppleScript

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