home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Raytrace & Morphing
/
SOS-RAYTRACE.ISO
/
programm
/
utility
/
dos
/
lparse
/
spiral00.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-14
|
173 b
|
12 lines
# --- L-System Parser/Mutator --- Lj Lapre ---
20
10
80
[P]|[P]
P=[A]>>>>>>>>>[cB]>>>>>>>>>[ccC]>>>>>>>>>[cccD]
A=F+;'A
B=F!+F+;'B
C=F!^+F^+;'C
D=F!>^+F>^+;'D
@