24 Jun
2012
24 Jun
'12
2:26 a.m.
I believe this works: 10 Begin with the empty string 20 Apply L-system rules '1' -> '10', '0' -> '1'. 30 Prepend '1' to the string 40 GOTO 20 Here are the first few iterations: 1 110 110101 11010110110 1101011011010110101 Sincerely, Adam P. Goucher