home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 2328 / shell01.ls < prev    next >
Text File  |  1994-01-03  |  294b  |  16 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 19
  3. 10
  4. 10
  5. #
  6. >(20)PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
  7. #
  8. P=S>(40)g'
  9. S=[&(90)[cD][A]+(20)^(90)g'&(90)[B][cD]]
  10. #
  11. D=^FD                # show stalks
  12. #
  13. A=[^gA{.].            # put polygons on them
  14. B=B^.g.}
  15. @
  16.