Re: How quit?
Subject: Re: How quit?
Newsgroups: gmane.comp.lang.ocaml.beginners
Date: 2008-11-23 21:47:50 GMT
--- In ocaml_beginners <at> yahoogroups.com, "murray2004eisenberg"
<murray <at> ...> wrote:
>
> How do I quit/exit/end an interactive Objective Caml session? I don't
> see this mentioned in the getting started docs.
>
Use the exit method. In the toplevel type:
# exit 1;;
I am not sure what the number after 'exit' does. The exit function is
defined as:
# exit ;;
- : int -> 'a = <fun>
-deech
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch format to Traditional
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___

RSS Feed