array (Object control)
Creates a list of a given number of copies of a value.
Arguments
The
value
to fill the list with.size
of the list.
Return values
list
is the resulting builtin-list.
Example
Output:
( "entry" "entry" "entry" )
Creates a list of a given number of copies of a value.
The