WebFund 2013W: Symbols: Difference between revisions
Created page with "Question of the day: What is a symbol in a programming language?" |
No edit summary |
||
Line 1: | Line 1: | ||
Question of the day: What is a symbol in a programming language? | Question of the day: What is a symbol in a programming language? | ||
== What could 'x' be to a programmer? == | |||
* Variable | |||
* Operator | |||
* Classes | |||
* Constants | |||
* Keywords | |||
* Separator | |||
* Namespace | |||
* Undefined | |||
* Function |
Latest revision as of 23:00, 14 January 2013
Question of the day: What is a symbol in a programming language?
What could 'x' be to a programmer?
- Variable
- Operator
- Classes
- Constants
- Keywords
- Separator
- Namespace
- Undefined
- Function