Handbook
Glossary
scale-length ( turtle m -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
m
an
object
Outputs
turtle
an
object
Definition
USING:
accessors
kernel
math
;
IN:
L-system
:
scale-length
( turtle m -- turtle )
over
length>>
*
>>length
;