Handbook
Glossary
||[
Vocabulary
combinators
.
syntax
Syntax
||[ A | B | C ]
Word description
Runs quotations (separated by
| ( -- * )
), returning the result of the first quotation to produce a true value, or
f
if none of them do.
See also
0|| ( quots -- ? )
Definition
USING:
combinators.short-circuit
combinators.syntax.private
;
IN:
combinators.syntax
SYNTAX:
||[
\
0||
parse-cleave-like
;