|
topics >
computer science >
data >
| ||||||||
binding of names to objects Topic: context Topic: early vs. late binding Topic: evaluation in an environment Topic: global declarations and variables Topic: named constants and expressions Topic: names defined by context Topic: namespace Topic: parameter passing by argument list Topic: pronoun reference Topic: running programs in a workspace or environment |
SummaryAn environment variable is a keyword-value defined external to a program. It is an implicit parameter to the program. It acts as a free variable. Environment variables are typically used for configuration. Subtopic: free variable Subtopic: dynamic variables Subtopic: bind vs. path
|