Repeated Number by Kei

(use srfi-42)(do-ec(: x 2 9)(: y 1 10)(format #t#`"~,x',|y|d~%"y))

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

download

return to the top page