Guess what it does by twobit

s=""for i=0,249 do i=i+(i>12 and 7 or 0)s=i.." "..s..i.." "end
print(s)

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

download

return to the top page