Over print by murky-satyr

(port-fold(^(l p)(dotimes(i(string-length l))(or(eq?(~ l i)#\ )(string-set! p i(~ l i))))(print((#/.+\S/p)))p)(make-string 303)read-line)

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

download

return to the top page