Create Lists
Lists are generally created in DScript by explicitly specifying a series of values enclosed in brackets [ ], or by constructing a list programmatically using the Range operator or makelist primitive.
Lists are generally created in DScript by explicitly specifying a series of values enclosed in brackets [ ], or by constructing a list programmatically using the Range operator or makelist primitive.