MWS_2021_s439489/Unity Project/Assets/LSystem/stochastic.txt
2021-04-17 22:09:48 +02:00

10 lines
96 B
Plaintext

#axiom
B
#rules
B -> #stochastic
p=3 FB
p=1 [+FB]FB
p=1 [-FB]FB
p=1 F
#stochastic end
#rules end