diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 06279a08..6f8ad60e 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -9677,6 +9677,12 @@ $ @kbd{awk 'BEGIN @{} @print{} 17 18 @end example +More detail on how @command{awk} converts numeric values into +strings is provided in @ref{Strings And Numbers}. In particular, for +@code{print}, @command{awk} uses the value of @code{OFMT} instead of +that of @code{CONVFMT}, but otherwise behaves exactly the same +as described in that @value{SECTION}. + @noindent @cindex dark corner @subentry @code{OFMT} variable @cindex POSIX @command{awk} @subentry @code{OFMT} variable and |