Character codes: Difference between revisions

Content added Content deleted
Line 526:
Printf.printf "%c\n" (char_of_int 97); (* prints "a" *)</lang>
 
WeThe alsofollowing haveare thesealiases for the above functions:
<lang ocaml># Char.code ;;
- : char -> int = <fun>