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