(************************************************************ useLibraryTest.ml Created : Fri Aug 30 13:16:29 2002 Last modified: Fri Aug 30 13:26:10 2002 Compile: ocamlopt.opt -I /home/tak/lib/ocaml mylib useLibraryTest.ml -o useLibraryTest # ************************************************************) open Mylib let _ = print_string "input: "; flush stdout; let result = input_line_with_escape stdin in print_string ("output: " ^ result);