Scope modifiers: Difference between revisions

Content added Content deleted
(adding MUMPS example)
(omit from Unlambda)
Line 599: Line 599:
Here, <code>std-cat</code> refers to the concatenation function from the standard
Here, <code>std-cat</code> refers to the concatenation function from the standard
library, not the locally declared constant by that name.
library, not the locally declared constant by that name.

{{omit from|Unlambda|Does not have scopes (nor names).}}