Handbook
Glossary
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
USING:
combinators.syntax.private
generalizations
;
IN:
combinators.syntax
SYNTAX:
n&[
\
ncleave
parse-ncleave-like
;