while(1) do\x0d a=io.read()\x0d if a==nil then return end\x0d s=1\x0d for w in string.gmatch(a, "%d+") do s=s*w end\x0d print(s)\x0d end
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page