Carriage no return by m.ukai

open String
let rec f?(s=read_line())l=print_endline(make l ' '^s);f(l+length s);;f 0

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

download

return to the top page