Cup size magic by twobit

for i=1,11 do
s="AA"..60+i*5
for j=2,i do s=s.." = "..s.char(63+j)..5*(i-j+13)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