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