Handbook
Glossary
start-polygon ( turtle -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
Outputs
turtle
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
L-system
:
start-polygon
( turtle -- turtle )
dup
vertices>>
delete-all
;