Missing Scope Rules Description in Erlang Reference Manual
Yao Bao <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm trying to understand the scope rules which Erlang has. As far as I know, Erlang has no global scope (data), and the local scope is based on function clauses. Is there anything else related to scope rules but I am not aware of? I explored the documentation, but cannot find the description/definition of scope rules in it (Erlang Reference Manual). If we missed this description/definition, should we add it into the reference manual? Yao