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.

YouTube video


Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator