Tag system by twobit

s="aaaaaaaaabc"for i=1,240,2 do print(s)s=s:gsub("%S"," ",2)..({"bc","a","aaa"})[s:byte(i)%4]end

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

download

return to the top page