1check-when ( ..a obj cond: ( ..a obj -- ? ) true: ( ..a obj -- ..b ) -- ..b )


Vocabulary
combinators.extras

Inputs
objan object
conda quotation with stack effect ( ..a obj -- ? )
truea quotation with stack effect ( ..a obj -- ..b )


Outputs
None

Definition


: 1check-when
( ..a obj cond: ( ..a obj -- ? ) true: ( ..a obj -- ..b ) -- ..b )
[ 1check ] dip when ; inline