User Tools

Site Tools


en:lists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:lists [2016/08/07 15:45]
admin
en:lists [2020/04/26 22:13]
admin
Line 1: Line 1:
-===== Lists ===== +===== Lists of Values (Arrays) ===== 
-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.+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 that are expecting arrays and can be used to create arrays without the dim statement.
  
 The [[explode|Explode]] and [[explodex|Explodex]] functions also return a list that may be used wherever lists are allowed. The [[explode|Explode]] and [[explodex|Explodex]] functions also return a list that may be used wherever lists are allowed.
- 
-==== Statements and Functions Where Lists May Be Used ==== 
-[[Arrays|Arrays]], [[dim|Dim]], [[implode|Implode]], [[poly|Poly]], [[sound|Sound]], [[spritepoly|Spritepoly]], [[stamp|Stamp]] 
- 
  
 ==== Example ==== ==== Example ====
Line 21: Line 17:
 ==== History ====  ==== History ==== 
 |1.99.99.55|Added two dimensional lists| |1.99.99.55|Added two dimensional lists|
 +|2.0.0.0|Clarified Difference between List of Values (Array) and [[maplist|List of Keys and Values (Map)]]|
  
en/lists.txt · Last modified: 2020/04/26 22:18 by admin