Difference between revisions of "WebFund 2013W: Symbols"

From Soma-notes
Jump to navigation Jump to search
(Created page with "Question of the day: What is a symbol in a programming language?")
 
 
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 19: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