User Tools

Site Tools


en:lists

This is an old revision of the document!


Lists

A list is either a one dimensional set of values separated by commas and enclosed in braces { }, or a list of lists containing two dimensions of data. You may use lists in many statements to define a collection of points or sounds. Lists are also used to quickly assign a variable to an array of values.

Statements and Functions Where Lists May Be Used

Example

words = {"how","now","brown","cow"}
for n = 0 to words[?]-1
 print words[n]
next n

sound {{200,200},{400,300},{200,200}}

History

1.99.99.55Added two dimensional lists
en/lists.1470605346.txt.gz · Last modified: 2020/02/28 10:46 (external edit)