Character codes: Difference between revisions

Content added Content deleted
(→‎{{header|OCaml}}: also Char module)
Line 527:
 
We also have these functions:
<lang ocaml># Char.code ;;
- : char -> int = <fun>
# Char.chr;;