pisethkem | 25 Nov 14:23
Favicon
Gravatar

Re: How quit?

--- 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

__._,_.___
Recent Activity
Visit Your Group
Yahoo! Finance

It's Now Personal

Guides, news,

advice & more.

Need traffic?

Drive customers

With search ads

on Yahoo!

Check out the

Y! Groups blog

Stay up to speed

on all things Groups!

.

__,_._,___

Gmane