Lazy Cater Symbols by pooq

for i=1to 400a$=str$((i*i+i+2)/2)
s$=""
for j=1to len(a$)?s$;
for k=1to val(mid$(a$,j,1))?":";next
s$=" "next
?next

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

download

return to the top page