diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-27 09:10:24 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-01-27 09:10:24 +0200 |
commit | f87bfec818319e65540ed08837d8fe85bd29174a (patch) | |
tree | f2fe6b1fb770e1a7dc8e5d1f5b1c610dbac05719 /doc/gawk.texi | |
parent | 2a4dd34fb580343358035dea126f188e9fb5c68c (diff) | |
download | egawk-f87bfec818319e65540ed08837d8fe85bd29174a.tar.gz egawk-f87bfec818319e65540ed08837d8fe85bd29174a.tar.bz2 egawk-f87bfec818319e65540ed08837d8fe85bd29174a.zip |
Minor documentation improvement.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 7c59d385..941d8e04 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -17611,6 +17611,11 @@ BEGIN @{ @} @end example +In this example, the first call to @code{foo()} generates +a fatal error, so @command{gawk} will not report the second +error. If you comment out that call, though, then @command{gawk} +will report the second error. + Usually, such things aren't a big issue, but it's worth being aware of them. @c ENDOFRANGE udfunc |