[erlang-bugs] Want improve document about Getting Started
Netroby
hufeng1987@REDACTED
Sun Mar 29 08:53:11 CEST 2015
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
More information about the erlang-bugs
mailing list