n*[


Vocabulary
combinators.syntax

Syntax
N n*[ A | B | C ]


Word description
Applies quotations (separated by | ( -- * )) to successive N sized groups on the stack, applying the first quotation to the first N values, the second to the second N values, and so on

See also
*[, nspread ( quots n -- quot ), bi* ( x y p q -- )

Definition