Re: Want improve document about Getting Started

Robert Virding <[email protected]> Sat, 4 Apr 2015 02:13:48 +0200
Newsgroups gmane.comp.lang.erlang.bugs
Message-ID <CAH_GQaONsEoOSn_0+TLK6psP=5=9Z1zoVa7Fs=BfmVAoeaiiJA@mail.gmail.com>
The input to the shell can also be a sequence of expressions separated by
',' in the same way as the body of a clause can be a sequence of
expressions. The shell will process this sequence in the same as it is done
in a clause body by evaluating the expressions sequentially in order.

Robert


On 29 March 2015 at 08:53, Netroby <[email protected]> wrote:

> By read the manual , we know how to compile and run module
>
> for example
>
> 3> c(helloworld).
> {ok,helloworld}
> 4> helloworld:start().
> Hello world
>
> ok, this work as normal.
>
> But we can put two step into one, compile and execute
>
> 9> c(helloworld),helloworld:start().
>
>
> if you want put more step in one single line input, you can split them
> with comma ,
>
>
>
>
>
> Appreciate your time.
> ----------------------------
> Netroby
> _______________________________________________
> erlang-bugs mailing list
> [email protected]
> http://erlang.org/mailman/listinfo/erlang-bugs
>

_______________________________________________
erlang-bugs mailing list
[email protected]
http://erlang.org/mailman/listinfo/erlang-bugs