gawk: Constants

1 
1 6.1.1 Constant Expressions
1 --------------------------
1 
1 The simplest type of expression is the "constant", which always has the
1 same value.  There are three types of constants: numeric, string, and
1 regular expression.
1 
1    Each is used in the appropriate context when you need a data value
1 that isn't going to change.  Numeric constants can have different forms,
1 but are internally stored in an identical manner.
1 

Menu