<div dir="ltr"><div>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.<br><br></div>Robert<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 March 2015 at 08:53, Netroby <span dir="ltr"><<a href="mailto:hufeng1987@gmail.com" target="_blank">hufeng1987@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">By read the manual , we know how to compile and run module<br>
<br>
for example<br>
<br>
3> c(helloworld).<br>
{ok,helloworld}<br>
4> helloworld:start().<br>
Hello world<br>
<br>
ok, this work as normal.<br>
<br>
But we can put two step into one, compile and execute<br>
<br>
9> c(helloworld),helloworld:start().<br>
<br>
<br>
if you want put more step in one single line input, you can split them<br>
with comma ,<br>
<br>
<br>
<br>
<br>
<br>
Appreciate your time.<br>
----------------------------<br>
Netroby<br>
_______________________________________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/listinfo/erlang-bugs</a><br>
</blockquote></div><br></div>