Outline by inaniwa

b=[];while(a=fgetl(0))>0b=[b;a];end;c=repmat("#",size(b)+4);c(2:end-1,2:end-1)=32;c(3:end-2,3:end-2)=b;disp(c)

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

download

return to the top page