keepd ( ..a x y quot: ( ..a x y -- ..b ) -- ..b x )


Vocabulary
kernel

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


Outputs
xan object


Definition

: keepd ( ..a x y quot: ( ..a x y -- ..b ) -- ..b x )
2keep drop ; inline