Difference between revisions of "List"

From Second Life Wiki
Jump to navigation Jump to search
(redirect list to category LSL List)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A list is a special kind of data type which can contain zero or more elements of any other data type.
#REDIRECT [[:Category:LSL_List]]
Lists are signified by square brackets surrounding their elements, which are separated by commas.
[[Category: LSL Types]]
 
 
List examples:
<pre>
[0,1,2,3,4], ["Yes","No","Perhaps"], [1,14.154,"Isn't this fun?",<0,0,0>]</pre>

Latest revision as of 19:53, 22 February 2007

Redirect to: