🔰parameter scope
🚧 under construction
simple vs. non-simple parameter - determines whether parameters and body declarations are stored in the same environment record. (i.e. in the same scope)
👉 more info:function declaration instantiation
Last updated