Carriage no return by *yuko*

character*998c;l=999;1 read'(a)',c;print'(2a)',c(l:),trim(c);l=l-len_trim(c);goto1;end

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

download

return to the top page