Category:LSL List: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
merging list article into list category |
||
| Line 1: | Line 1: | ||
{{LSL Header}} | {{LSL Header}} | ||
A list is a special kind of data type which can contain zero or more elements of any other data type. | |||
Lists are signified by square brackets surrounding their elements, which are separated by commas. | |||
List examples: | |||
<pre>[0,1,2,3,4], ["Yes","No","Perhaps"], [1,14.154,"Isn't this fun?",<0,0,0>]</pre> | |||
Revision as of 19:51, 22 February 2007
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
A list is a special kind of data type which can contain zero or more elements of any other data type. Lists are signified by square brackets surrounding their elements, which are separated by commas.
List examples:
[0,1,2,3,4], ["Yes","No","Perhaps"], [1,14.154,"Isn't this fun?",<0,0,0>]
Subcategories
This category has the following 5 subcategories, out of 5 total.
Pages in category "LSL List"
The following 30 pages are in this category, out of 30 total.