(gawk) Variables/Fields
Info Catalog
(gawk) Language Summary
(gawk) Gawk Summary
(gawk) Rules Summary
Variables and Fields
====================
`awk' variables are not declared; they come into existence when they
are first used. Their values are either floating-point numbers or
strings. `awk' also has one-dimensional arrays; multiple-dimensional
arrays may be simulated. There are several predefined variables that
`awk' sets as a program runs; these are summarized below.
Menu
* Fields Summary Input field splitting.
* Built-in Summary `awk''s built-in variables.
* Arrays Summary Using arrays.
* Data Type Summary Values in `awk' are numbers or strings.
Info Catalog
(gawk) Language Summary
(gawk) Gawk Summary
(gawk) Rules Summary
automatically generated byinfo2html