ASCII value even or odd by pooq

do i=1
b=c2d(linein())
call charout,d2c(69+b/b*b//2*10)
end

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

download

return to the top page