AppleScript list FAQ: How do I create lists in AppleScript?
There are several different ways to create AppleScript lists. Let's take a look at a few examples.
AppleScript list creation examples
Here's a quick example of a few different AppleScript lists. First, some favorite foods:
set favoriteFoods to {"cookies", "cake", "cereal"}
Next, some of those other foods: