Recursive Function by Defenestrator

(do((a 1 b)(b 0 c)(c 1(1+(* a c))))((=(mod c 99)61)(prin1 c)))

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

download

return to the top page