File makelsys.icn

Summary

###########################################################################

	File:     makelsys.icn

	Subject:  Procedures to convert L-Systems to records

	Author:   Ralph E. Griswold

	Date:     January 23, 1999

###########################################################################

   This file is in the public domain.

###########################################################################

  These procedures coverts a list corresponding to an L-System into an
  L-System record.

  See lindsys.icn for documentation about format.

  See linden.dat for an example of input data.

  See also linden.icn for a graphics version.

###########################################################################
Procedures:
makelsys, readlsys

Records:
Lsys

This file is part of the (main) package.

Source code.

Details
Procedures:

makelsys(lst)

: make L-system from list


readlsys(input)

: make L-system from a file


Records:

Lsys(name, axiom, gener, angle, comment, productions)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.