<array> ( n elt -- array )
Factor handbook » The language » Collections » Arrays

Prev:>array ( seq -- array )
Next:1array ( x -- array )


Vocabulary
arrays

Inputs
na non-negative integer
eltan initial element


Outputs
arraya new array


Word description
Creates a new array with the given length and all elements initially set to elt.

Definition