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