aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi5
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