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

"entry" 3 array print
Output:
( "entry" "entry" "entry" )