3 lines
67 B
AppleScript
3 lines
67 B
AppleScript
set listA to {1, 2, 3}
|
|
set listB to {4, 5, 6}
|
|
return listA & listB
|