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