diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 344ea62e..75eaf419 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -10208,6 +10208,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 |