(do((a 0 b)(b 1(*(+ a b)i))(i 0(+ i 1)))((< 50 i))(format #t"~d "b))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page