Node:Variables, Next:Conversion, Previous:Using Constant Regexps, Up:Expressions
Variables are ways of storing values at one point in your program for
use later in another part of your program. They can be manipulated
entirely within the program text, and they can also be assigned values
on the awk
command line.