Handbook
Glossary
inc-color ( turtle -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
Outputs
turtle
an
object
Definition
USING:
accessors
kernel
math
;
IN:
L-system
:
inc-color
( turtle -- turtle )
dup
color>>
1
+
set-color
;