Tag system by teebee(pooq,*yuko*)

t$="aaaaaaaaabc"
for i=1to 240step 2?t$
t$=t$+rtrim$(mid$("aaaa  bc",298-asc(mid$(t$,i))*3,3))
mid$(t$,i)="  "next

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

download

return to the top page