quote box by pooq

m=math.min
for y=2,30 do
for x=2,50 do
w=m(m(y,32-y),m(x,51-x))io.write(("\n\"'{[:\\$%`#.@?*-"):sub(w,w))end
end

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

download

return to the top page