toggleCASE by m.ukai

let rec f?(c=input_byte stdin)s=output_byte stdout(c/64*s lxor c);f[|0;32-s;s|].(c/48);;f 0

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

download

return to the top page