Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A: Think of a scope as either a curly-brace block in a file, or the entire file. Each definition lives in a particular scope, and scopes can live inside other scopes. In addition, each project has a scope which contains definitions which are visible outside the file in which they occur.

Q: What is name resolution?

...