unlessp ( p false -- )
Random combinators

Prev:whenp ( p true -- )
Next:casep ( assoc -- quot )


Vocabulary
combinators.random

Inputs
pa number between 0 and 1
falsea quotation


Outputs
None

Word description
Variant of ifp with no true quotation.

Definition