Handbook
Glossary
wrap-non-callable ( obj -- quot )
Vocabulary
fry
.
private
Inputs
obj
an
object
Outputs
quot
an
object
Definition
USING:
kernel
quotations
;
IN:
fry.private
:
wrap-non-callable
( obj -- quot )
[
callable?
]
[
[
call
]
curry
]
1unless
;
inline