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