Scope modifiers: Difference between revisions

Content added Content deleted
(Add Nimrod)
(Nimrod -> Nim)
Line 592:
OUT was destroyed</pre>
 
=={{header|NimrodNim}}==
Identifiers annotated with a <code>*</code> are accessible from other modules
<lang nimrodnim>proc foo = echo "foo" # hidden
proc bar* = echo "bar" # acessible