All Operators (The GNU Awk User’s Guide)

From Get docs
Gawk/docs/latest/All-Operators /
Revision as of 03:19, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


6.2 Operators: Doing Something with Values

This section introduces the operators that make use of the values provided by constants and variables.

Arithmetic Ops    Arithmetic operations (‘+’, ‘-’, etc.)
Concatenation    Concatenating strings.
Assignment Ops    Changing the value of a variable or a field.
Increment Ops    Incrementing the numeric value of a variable.