n|| ( quots n -- quot )
Factor handbook » The language » Combinators » Short-circuit combinators

Prev:n&& ( quots n -- quot )


Vocabulary
combinators.short-circuit

Inputs
quotsa sequence of quotations
nan integer


Outputs
quota quotation


Word description
A macro that rewrites the code to pass n parameters from the stack to each OR quotation.

Definition