strbonacci FIXED by pooq

foreach a\ b [read stdin] {set n 0;set s "";while {[incr n]<8} {set s $s$a\ ;set c $b$a;set a $b;set b $c};puts $s$a}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page