Fibonacci word/fractal: Difference between revisions

m
→‎{{header|Logo}}: link UCB Logo
(new Logo)
m (→‎{{header|Logo}}: link UCB Logo)
Line 340:
<code>fibonacci.word.fractal</code> can draw any number of line segments. A Fibonacci number shows the self-similar nature of the fractal. The Fibonacci word values which control the turns are generated here by some bit-twiddling iteration.
 
{{works with|ucblogoUCB Logo}}
<lang Logo>; Return the low 1-bits of :n
; For example if n = binary 10110111 = 183