projekt-modelowanie/Assets/LSystem/Anabaena.txt
2021-05-13 12:21:55 +02:00

8 lines
48 B
Plaintext

#axiom
L
#rules
L->lR
R->Lr
l->L
r->R
#end rules