Handbook
Glossary
&&[
Vocabulary
combinators
.
syntax
Syntax
&&[ A | B | C ]
Word description
Runs quotations (separated by
| ( -- * )
), returning the result of the last quotation only if all previous quotations output true values. Otherwise, outputs
f
.
See also
0&& ( quots -- ? )
Definition
USING:
combinators.short-circuit
combinators.syntax.private
;
IN:
combinators.syntax
SYNTAX:
&&[
\
0&&
parse-cleave-like
;