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

4 lines
81 B
AppleScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
set aVariable to "world!"
set aVariable to "Hello " & aVariable
return aVariable