4 9 skip numbers by pooq

n=0
do 2363
a=charin()
if a<"0"then
do
say n
n=0
end
else n=n*8+a-(a>3)
end

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

download

return to the top page