Plus insert by Hendrik

r=io.read
n=r()while""do print(n)x=r()print(n+x)n=x end

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

download

return to the top page