sum input by tabasa

j=0 i=0\x0d
while(1) do\x0d
i=io.read()\x0d
if(i==nill) then break;end\x0d
j=j+i\x0d
end\x0d
print(j)

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

download

return to the top page