Previous Contents Next

5.2   Module char: some operations on characters

Interface to the Ocaml library module Char

open ml
external code : < char > -> < int >
external chr : < int > -> < char>
external escaped : < char > -> < string>

Previous Contents Next