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