Tag system by pooq

t={a="bc",b="a",c="aaa"}s="aaaaaaaaaaa"w=""while(#s>1)do s=s:sub(3)..t[s:sub(1,1)]print(w..s)w=w.."  "end

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

download

return to the top page