Handbook
Glossary
n&&[
Vocabulary
combinators
.
syntax
Syntax
N n&&[ A | B | C ]
Word description
Applies quotations (separated by
| ( -- * )
), to the first N elements on the stack, restoring the original values to the top of the stack each time. Returns the result of the last quotation, or
f
if any previous quotation returns
f
.
See also
&&[
,
n&& ( quots n -- quot )
Definition
USING:
combinators.short-circuit
combinators.syntax.private
;
IN:
combinators.syntax
SYNTAX:
n&&[
\
n&&
parse-ncleave-like
;