Nesting
Scopes can be nested with the same keys or different keys injected at each level.
When you inject a key/value pair into a nested Scoped and then call use,
the value from the closest Scope with a matching key is used.
If the key isn't in the immediate Scope we search up through parent scopes.
There is no limit to the level of nesting that can be used.
Last updated