RosettaCodeData/Task/String-concatenation/AppleScript/string-concatenation.applescript
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

5 lines
102 B
AppleScript

try
set endMsg to "world!"
set totMsg to "Hello, " & endMsg
display dialog totMsg
end try