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