Scope modifiers: Difference between revisions

→‎{{header|R}}: Linked to an enlightening blog post.
m (→‎{{header|REXX}}: added a comment. -- ~~~~)
(→‎{{header|R}}: Linked to an enlightening blog post.)
Line 697:
 
=={{header|R}}==
 
See [http://obeautifulcode.com/R/How-R-Searches-And-Finds-Stuff/ "How R Searches and Finds Stuff"] for a thorough introduction to scoping, particularly the surprisingly complicated conventions for packages. For a briefer overview, read on.
 
In R, functions use lexical scope: a function acquires its parent
845

edits