RESERVEDWORD
Reserved word
In a programming language, a reserved word is a word that cannot be used as an identifier, such as a name of a variable or function or a label; this is a syntactic definition, part of the lexical grammar of identifiers, and a reserved word may have no meaning. A closely related and often conflated notion is a keyword which is a word with special meaning, while syntactically these are terminal symbols in the phrase grammar. Keywords primarily fall into a few classes: part of a production rule with nonterminal symbols, such as the wordif
in most procedural languages, which indicates a conditional and takes clauses, names of primitive ...
The above text is a snippet from Wikipedia: Reserved word
and as such is available under the Creative Commons Attribution/Share-Alike License.
reserved word
Noun
- A string of characters that is a verb, command or other part of a programming language and, therefore, cannot be used as the name of a variable, constant, function or procedure.
The above text is a snippet from Wiktionary: reserved word
and as such is available under the Creative Commons Attribution/Share-Alike License.