Want improve document about Getting Started

Netroby <[email protected]> Sun, 29 Mar 2015 14:53:11 +0800
Newsgroups gmane.comp.lang.erlang.bugs
Message-ID <CAEZo+ge_pSSMiGeBajBGu8KsOKq6NCNmfpj93Foa3fs6_HmNhw@mail.gmail.com>
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