smart-plox ( true: ( ... -- x ) -- quot )


Vocabulary
combinators.extras

Inputs
truea quotation with stack effect ( ... -- x )


Outputs
None

Word description
Applies the quotation if none of the values consumed by the quotation are f, otherwise puts fon the stack.

Definition