3 lines
68 B
AppleScript
3 lines
68 B
AppleScript
set {a, b} to {"Apple", "Script"}
|
|
set a to a & b
|
|
return a as string
|