/*
   Plant-like structure, figure 1.24e pg. 25
 */
#define maxgen 7
#define delta 25.7

START : X
p1 : X -> F[+X][-X]FX
p2 : F -> FF
