home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 12
/
CD_ASCQ_12_0294.iso
/
maj
/
2328
/
bop10.ls
< prev
next >
Wrap
Text File
|
1994-01-03
|
344b
|
16 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
20
7
50
#
&(10)c(4)Dc(6)[p>(72)p>(72)p>(72)p>(72)p]c(7)E # 5 petal elements on a branch
#
p=[&(90)[A]+(72)[B]] # one petal
#
A=[^gA{.]. # first 'curved line'
B=B^.g.} # second 'curved line'
#
D=t(.1)Ft(.1)FD # branch
E=FE # stem
@