Sunil Singh Total Post:84 Points:420 Posted by Sunil Singh September-14-2015 8:11 AM OTP erlang erlang 1 Answer(s) 819 View(s) Ratings: Rate this:
Sunil Singh Post:84 Points:420 what is modules in Erlang? Posted on 2 years ago Erlang enables to organize code into modules. A module consists of functions; it introduces a local scope of functions (Public and Private).
Post:84
Points:420what is modules in Erlang?
Erlang enables to organize code into modules. A module consists of functions; it introduces a local scope of functions (Public and Private).