in reply to fibo's 66 chars
(and there is no reason to assign $a)@b=(0,1);@b=($b[1],$b[0]+$b[1])for(2..pop);print$b[1];
20090727 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: fibo's 66 chars
by pepik_knize (Scribe) on May 27, 2009 at 20:59 UTC |