withd ( param obj quot -- obj curried )


Vocabulary
kernel

Inputs
paraman object
objan object
quotan object


Outputs
objan object
curriedan object


Definition

: withd ( param obj quot -- obj curried )
swapd [ -rotd call ] 2curry ; inline