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