Handbook
Glossary
polygon-vertex ( turtle -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
Outputs
turtle
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
L-system
:
polygon-vertex
( turtle -- turtle )
dup
[
pos>>
]
[
vertices>>
]
bi
push
;