[[File:Fib_word_fractal.gif|613px||right]]

The [[Fibonacci word]] may be represented as a fractal as described [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf here]:

:For F_word<sub>m</sub> start with F_wordChar<sub>n=1</sub>
:Draw a segment forward
:If current F_wordChar is 0
::Turn left if n is even
::Turn right if n is odd
:next n and iterate until end of F_word



;Task:
Create and display a fractal similar to [http://hal.archives-ouvertes.fr/docs/00/36/79/72/PDF/The_Fibonacci_word_fractal.pdf Fig 1].
<br><br>
