callk ( ..a quot: ( ..a -- ..b ) -- ..b quot )


Vocabulary
combinators.extras.private

Inputs
quota quotation with stack effect ( ..a -- ..b )


Outputs
quotan object


Definition


: callk ( ..a quot: ( ..a -- ..b ) -- ..b quot )
dup [ call ] dip ; inline