{"name":"list","info":"In AppleScript, an ordered collection of values enclosed by braces. The values in a list are separated by commas. List is an AppleScript value class.\n\nFor example:\n\n{ 1, 2, 3, 4}\n{ \"red\" , \"green\" , \"blue\" }\n"}