function lsystem() {
    this.rules = new Array();
    this.axiom = '';
    this.angle = 90;
    this.iterations = 1;
    this.nodeLength = 10;
}

