Over print by *yuko*

character*999s,t;s="";do1;read'(a)',t;do2 i=1,999;2 if(t(i:i)>"")s(i:i)=t(i:);1 print'(a)',trim(s);end

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

download

return to the top page