Carriage no return by teebee(grumzik)

m:- \0.
\N:-tab(N),read_line_to_codes(user_input,S),S\=end_of_file,format("~s
",[S]),length(S,L),\(L+N).

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

download

return to the top page