list.create
Syntax
Create a list of i elements.
If the optional value a is given, then each element in the list is initialize to a.
l - a list i elements long
i - The length of the list to create a - The value to initialize each element in the list to.
list.count
list.extend
9.1.13