s=io.read"*a":gsub("%s",'')for i=1,32 do print(s:sub(1,i))s=s:sub(i+1)end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page