x="N=";y=",A="\x0d 10.times{|i|\x0d print x,i+1,y,i/2+1;puts}\x0d 4.times{|u|\x0d 22.times{|i|\x0d print x,i+11+u*22,y,6+u;puts}}\x0d print x,99,y,10\x0d
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page