stratum by kozima

(setf s(read-line)n(length s))(loop(princ(reverse(princ(subseq s(decf n)))))(terpri))

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

download

return to the top page