CS320, Fall, 2023
(* ****** ****** *) MyOCaml.ml is a class library built for CS320, Fall, 2023 (* ****** ****** *) exception False;; (* ****** ****** *) exception Subscript;; (* ****** ****** *) (** Return the character with the given ASCII code. **) let chr = Char.chr;; (** return the ASCII code of the argument **) let ord […]