The Fibonacci word is generated by starting with 0 and 01, and placing the previous word before the word before that. Starting with the 0th word, the first few iterations are: 0. 0 1. 01 2. 010 3. 01001 4. 01001010 5. 0100101001001 6. 010010100100101001010 7. 0100101001001010010100100101001001 8. 0100101001001010010100100101001001010010100100101001010 9. 01001010010010100101001001010010010100101001001010010100100101001001010010100100101001001 10. 010010100100101001010010010100100101001010010010100101001001010010010100101001001010010010100101001001010010100100101001001010010100100101001010 The Fibonacci word is infinite. I don't want to list any steps after the 10th Fibonacci word. This project will say the Fibonacci word at each iteration. Each character is stored in the list on the right. Use Turbo mode on the Flash player. This project will run incredibly slowly, so be patient.