?2if ( ..a x pred: ( ..a x y quot: ( ..a x y -- ..b ? ) -- ..b x ? ) true: ( ..b x y -- ..c ) false: ( ..b x y -- ..c ) -- ..c )


Vocabulary
combinators.extras

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


Outputs
None

Definition


: ?2if
( ..a x pred: ( ..a x y quot: ( ..a x y -- ..b ? ) -- ..b x ? ) true: ( ..b x y -- ..c ) false: ( ..b x y -- ..c ) -- ..c )
[ ?2guard ] 2dip if ; inline