Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > dfef3a176ef184fc370ac09db78df533 > files > 11

ocaml-newt-devel-0.9-10.fc15.i686.rpm

open Newt

let () =
  init_and_finish (
    fun () ->
      cls ();

      centered_window 30 15 "Press key to exit";

      wait_for_key ();
      pop_window ();
  );

  Gc.compact ()