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