Go to the first, previous, next, last section, table of contents.


Constant Expressions

The simplest type of expression is the constant, which always has the same value. There are three types of constants: numeric constants, string constants, and regular expression constants.


Go to the first, previous, next, last section, table of contents.