while""do l=io.read"*l"m=""for i=l:byte(1), l:byte(3)do c=string.char(i)m=m..c:rep(l:sub(5))end print(m)end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page