make-curry ( consecutive quot -- consecutive' quot' )


Vocabulary
fry.private

Inputs
consecutivean object
quotan object


Outputs
consecutive'an object
quot'an object


Definition


: make-curry ( consecutive quot -- consecutive' quot' )
[ 1 + ] dip [ [ ] ] [ (make-curry) 0 swap ] if-empty ;