Content deleted Content added
No edit summary |
|||
Line 1:
A '''symbol''' in [[computer programming]] is a primitive [[datatype]] whose [[instance]]s have a unique human-readable form. Symbols can be used as [[identifiers]]. In some [[programming languages]],
In the most trivial [[implementation]], they are essentially named [[integer]]s (e.g. the [[enumerated type]] in C).
|