duplicate certain lines _C_ by murky-satyr

while''do
x=io.read()i=1
while x:find'^d 'do x=x:sub(3)i=i+1 end
for n=1,i do print(x)end
end

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

download

return to the top page