Reserved words
A reserved word is a word that has a special meaning in programming and cannot be used for naming a variable. For example word 'while' specifies a loop, and it cannot be used to name a variable. There are a small number of reserved words. Please refer to the programming language you use documentation of what are reserved words.

Comments
Post a Comment