Differences between version 2 and previous revision of variable.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, October 8, 2003 6:04:48 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Wednesday, October 8, 2003 5:55:59 pm | by StuartYeates | Revert |
@@ -12,4 +12,6 @@
c, count and i are variables. i is a variable which is initially undefined (called unbound in some languages). In [C] and [C++] function definitions are not variables, although they are in [Lisp] and [Scheme]. In some langauges (including all pure FunctionalLanguages) variables and in some contexts (const variables in [C]/[C++]) variables cannot be changed.
Names associated with values in data (for example [HashTable]s) are not considered variables because they are not in the context of SourceCode.
+
+See also: MetaSyntacticVariable, [Foo], [foo]