most ( x y quot -- z )


Vocabulary
kernel

Inputs
xan object
yan object
quota quotation with stack effect ( x y -- ? )


Outputs
zeither x or y


Word description
If the quotation yields a true value when applied to x and y, outputs x, otherwise outputs y.

Definition

: most ( x y quot -- z ) 2keep ? ; inline