All programming languages reserve certain words to have a special meaning. These words are called keywords. With keywords, the programmer can issue commands to the compiler or interpreter. They allow you to tell the computer what to do. Without keywords, the computer could not make sense of the seemingly random text in your code file.

Keywords are reserved words. You cannot use them as variable names.

Get hands-on with 1200+ tech skills courses.