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

IN: kernel

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