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