Character codes: Difference between revisions

Content added Content deleted
(→‎{{header|OCaml}}: also Char module)
Line 527: Line 527:


We also have these functions:
We also have these functions:
<lang># Char.code ;;
<lang ocaml># Char.code ;;
- : char -> int = <fun>
- : char -> int = <fun>
# Char.chr;;
# Char.chr;;