Topic: programming by sequential implementation
Topic: program execution
Topic: variable as reference to storage
Topic: is a name a literal string or a symbol
Topic: declaration scope
| |
Quotation Skeleton
A Modula-3 program specifies a computation that acts … represents a mathematical value according to a convention … T, then we say that the value is … a name for a variable, type, procedure, etc. … declaration.
Google-1
Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: a variable is a set of locations that represent a mathematical value according to a convention determined by the variable's type; v is a member of T, and T contains v
| Quote: an identifier is a symbol or name for a variable, type, procedure, etc. within the scope of its declaration
|
Related Topics
Topic: programming by sequential implementation (26 items)
Topic: program execution (8 items)
Topic: variable as reference to storage (12 items)
Topic: is a name a literal string or a symbol (23 items)
Topic: declaration scope (16 items)
|