binary increment by twobit

while""do
x,y,z=io.read():match"(.-)(.)(1*)$"print(x..1-y..z.rep(0,#z))end

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

download

return to the top page