withd ( param obj quot -- obj curried ) (original) (raw)
withd ( param obj quot -- obj curried )
Vocabulary
kernel
Inputs
param | an object |
---|---|
obj | an object |
quot | an object |
Outputs
obj | an object |
---|---|
curried | an object |
Definition
: withd ( param obj quot -- obj curried )
swapd [ -rotd call ] 2curry ; inline