25 Nov 14:23
Re: How quit?
From: pisethkem <pisethkem <at> yahoo.com>
Subject: Re: How quit?
Newsgroups: gmane.comp.lang.ocaml.beginners
Date: 2008-11-25 13:23:44 GMT
Subject: Re: How quit?
Newsgroups: gmane.comp.lang.ocaml.beginners
Date: 2008-11-25 13:23:44 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.
>
#quit;;
or
exit 0; (* for return 0, same as unix command : true *)
exit 1; (* same as unix command : false *)
(* exit can be used in both interpreter and *.ml code *)
or
^D (Control + D) to send EOF to the interpreter.
---------
pisethkem
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