Handbook
Glossary
*[
Vocabulary
combinators
.
syntax
Syntax
*[ A | B | C ]
Word description
Applies quotations (separated by
| ( -- * )
) to successive values on the stack, applying the first quotation to the first value, the second to the second value, and so on
See also
spread ( objs... seq -- )
,
bi* ( x y p q -- )
Definition
USING:
combinators
combinators.syntax.private
;
IN:
combinators.syntax
SYNTAX:
*[
\
spread
parse-cleave-like
;