Handbook
Glossary
change-prototype ( object quot -- object )
Vocabulary
accessors
Inputs
object
an
object
quot
an
object
Outputs
object
an
object
Definition
USING:
kernel
;
IN:
accessors
:
change-prototype
( object quot -- object )
over
[
[
prototype>>
]
dip
call
]
dip
swap
>>prototype
;
inline