Difference between revisions of "Symbol (programming)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 12: | Line 12: | ||
* [[Data type]] | * [[Data type]] | ||
+ | * [[Symbol]] | ||
== External links == | == External links == |
Latest revision as of 14:21, 16 September 2016
In computer programming, a symbol is a primitive data type whose instances have a unique human-readable form.
Description
Symbols can be used as identifiers.
In some programming languages, they are called atoms.
In the most trivial implementation, they are essentially named integers (e.g. the enumerated type in C).
See also
External links
- Symbol (programming) @ Wikipedia.org