segs by kozima

(setf s(read-line)l(length s)i l)(loop(do((j(decf i)))((>(incf j)l))(write-line(subseq s i j))))

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

download

return to the top page