Carriage no return by teebee

m:- \0.
\N:-get0(X),X>0,put(X),N/X.
N/10:-tab(N),\N.
N/_:- \(N+1).

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

download

return to the top page