rot13 by mrpingouin

let rec(!)?(c=input_byte stdin)x=output_byte stdout[|c;c;65+c mod x;97+(c-6)mod x|].(c/32);!x;;!26

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

download

return to the top page