narray ( n -- quot )
Generalized sequence words

Next:nsequence ( n exemplar -- quot )


Vocabulary
sequences.generalizations

Inputs
nan integer


Outputs
None

Word description
A generalization of 1array, 2array, 3array and 4array that constructs an array from the top n elements of the stack.

Examples
Some core words expressed in terms of narray:
1array1 narray
2array2 narray
3array3 narray
4array4 narray


See also
nsequence

Definition