programming-language-concepts
Articles
- Assignment (computer science)Setting or re-setting the value associated with a variable name
- Scope (computer programming)Part of a computer program where a given name binding is valid
- Statement (computer science)Section of code that details a specific command
- Declaration (computer programming)Programming language construct specifying an identifier's properties
- Name bindingAssociation of data/code with an identifier in software
- Scope (computer programming)Part of a computer program where a given name binding is valid
- Scope (computer programming)Part of a computer program where a given name binding is valid
- Binding timeWhen a binding occurs in software