Literals

A literal is an explicit value. It is expressed as itself rather than as a variable's value or as the result of an expression. Some simple examples are “23”, “2.5”, and “John.” You can use a literal wherever you can use a variable, with one exception. A literal cannot be on the left side of an assignment statement.