[erlang-bugs] Want improve document about Getting Started

Robert Virding rvirding@REDACTED
Sat Apr 4 02:13:48 CEST 2015


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 <hufeng1987@REDACTED> 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
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20150404/28a7ed62/attachment.htm>


More information about the erlang-bugs mailing list