home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / software / dos / utils / lparse / spiral00.ls < prev    next >
Text File  |  1993-11-23  |  203b  |  12 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 20
  3. 10
  4. 80
  5. [P]|[P]
  6. P=[A]>>>>>>>>>[cB]>>>>>>>>>[ccC]>>>>>>>>>[cccD]
  7. A=F+;'A
  8. B=F!+F+;'B
  9. C=F!^+F^+;'C
  10. D=F!>^+F>^+;'D
  11. @
  12.