121321 by youz

(while(read-byte)=> c(dotimes(i(if(< 47 c 58)(- c 48)1))(write-byte c)(dec! c)))

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

download

return to the top page