n&[


Vocabulary
combinators.syntax

Syntax
N n&[ A | B | C ]


Word description
Applies quotations (separated by | ( -- * )) to the first N values on the stack, restoring the original values to the top of the stack each time

See also
&[, ncleave ( quots n -- quot ), bi ( x p q -- )

Definition