Expression for appreciation by kozima

(do((i 1))((format t"~9D * 9 +~3D = ~V@{1~}
"(subseq"123456789"0 i)(incf i)i i)))

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

download

return to the top page