Closed aleclarson closed 6 years ago
Yes, any new {block}
creates a new scope which can have its own bindings with the same names as parent scopes.
Places where you have keyword (...binding...) {...}
those bindings get inserted into the block scope
Can parameters & variables be shadowed by variables declared by inner blocks?