a=math.abs for i=-12,12 do s=""for j=-12,12 do s=s..s.char(32,a(i)+a(j)+65)end print(s)end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page