/*
   Plant-like structure, figure 1.24c pg. 25
 */
#define maxgen 4
#define delta 22.5

START : F
p1 : F -> FF-[-F+F+F]+[+F-F-F]
