duplicate certain lines _A_ by murky-satyr

r=io.read
s=' 'k=s..r()..s for i=1,300 do
x=r()..''print(x)x=k:find(s..i..s)and print(x)end

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

download

return to the top page