Symbol Table Access (The GNU Awk User’s Guide)

From Get docs
Gawk/docs/latest/Symbol-Table-Access


17.4.10 Symbol Table Access

Two sets of routines provide access to global variables, and one set allows you to create and release cached values.

Symbol table by name    Accessing variables by name.
Symbol table by cookie    Accessing variables by “cookie”.
Cached values    Creating and using cached values.