a quotation with stack effect ( ... n -- ... value )
into
a sequence of length at least n
Outputs None
Word description A primitive mapping operation that applies a quotation to all integers from 0 up to but not including n, and collects the results in a new array. User code should use map instead.