RosettaCodeData/Task/String-prepend/AppleScript/string-prepend-1.applescript

4 lines
81 B
AppleScript

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