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