Handbook
Glossary
uncurry ( curry -- obj quot )
Vocabulary
quotations
.
private
Inputs
curry
an
object
Outputs
obj
an
object
quot
an
object
Definition
USING:
kernel
kernel.private
slots.private
;
IN:
quotations.private
:
uncurry
( curry -- obj quot )
{
curried
}
declare
dup
2
slot
swap
3
slot
;
inline