27c3_Generate C by pooq

input""n
a$="   ##"
b$="#
"
for i=2to n
a$=a$+"  ##"
b$="#   "+b$next
?a$
?" ",b$,b$,b$,b$," ",b$,a$

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

download

return to the top page