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