
To try out the examples in this directory, start metaocaml, and use 
the #use directive.  You can now also use metaocamlopt.

Example 1:

user@rambo% ./metaocaml
        Objective Caml version 3.02

# #use "mex/1.ml";;
- : int = 42
# #quit;;
user@rambo% 

Example 2:

user@rambo% ./metaocamlopt mex/3.ml
user@rambo% ./a.out
__ unstaged running _______ 100000x avg= 3.000000E-04 msec
__ stage 1 running ________ 100000x avg= 2.110000E-02 msec
__ compiling __________________ 10x avg= 8.000000E+00 msec
__ stage 2 running ________ 100000x avg= 1.000000E-04 msec
__ baseline _______________ 100000x avg= 0.000000E+00 msec

