Over print by *yuko*

character*999s,t;s="";1 read'(a)',t;do i=1,999;if(t(i:i)>"")s(i:i)=t(i:);enddo;print'(a)',trim(s);goto1;end

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

download

return to the top page