Data Types

List

New

The list data type stores a col­lec­tion of items, and has func­tions for per­form­ing com­mon list operations.

Also known as an array, lists are represented by comma-seperated items surrounded by square brackets

["Lorem", "Ipsum", "Dolor"]
=
Lorem, Ipsum, Dolor