?3unless ( ..a x y z pred: ( ..a x quot: ( ..a x y z -- ..b ? ) -- ..b x ? ) false: ( ..b x y z -- ..c ) -- ..c )


Vocabulary
combinators.extras

Inputs
xan object
yan object
zan object
preda quotation with stack effect ( ..a x quot: ( ..a x y z -- ..b ? ) -- ..b x ? )
falsea quotation with stack effect ( ..b x y z -- ..c )


Outputs
None

Definition


: ?3unless
( ..a x y z pred: ( ..a x quot: ( ..a x y z -- ..b ? ) -- ..b x ? ) false: ( ..b x y z -- ..c ) -- ..c )
[ ] swap ?3if ; inline