Divide the rectangle by yt

for y=2to 33for x=1to 33a=x<19:c=x>14:d=y>23:e=x=25:f=y>16:g=!a
?" "+chr$(97+g+g*f+(x>25)*f+(4+c)*a*(y>19)+c*a*(y>23)+4*(x>18)*(x<25)*d+e*d+4*e*(y=24)+5*(x>24)*(y>24));next:?next

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

download

return to the top page