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 first qquotation to return a true value, or f if none of them do

See also
||[, n|| ( quots n -- quot )

Definition