&[


Vocabulary
combinators.syntax

Syntax
&[ A | B | C ]


Word description
Applies quotations (separated by | ( -- * )) to the first value on the stack one by one, restoring the original value to the top of the stack each time

See also
cleave ( x seq -- ), bi ( x p q -- )

Definition