?1guard ( ..a x quot: ( ..a x -- ..b ? ) -- ..b x/f ? )


Vocabulary
combinators.extras

Inputs
xan object
quota quotation with stack effect ( ..a x -- ..b ? )


Outputs
x/fan object
?an object


Definition


: ?1guard ( ..a x quot: ( ..a x -- ..b ? ) -- ..b x/f ? )
1check [ t ] [ drop f f ] if ; inline