aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-06-15 22:43:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-06-15 22:43:54 +0300
commit13792702809271ab92f67bb71cc3f10731f35047 (patch)
tree6cb791ecdfecac6cd501fdbe95d925e8a2c41cb1 /doc/gawk.texi
parent13127e20909b2ef212f5e467c8f3bb447091e4ef (diff)
parent3d47e0edfe9dbac583f54cb265063efb9d37fa38 (diff)
downloadegawk-13792702809271ab92f67bb71cc3f10731f35047.tar.gz
egawk-13792702809271ab92f67bb71cc3f10731f35047.tar.bz2
egawk-13792702809271ab92f67bb71cc3f10731f35047.zip
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 328fc9a6..d440a618 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -23434,6 +23434,8 @@ END @{
As a related challenge, revise that code to handle the case where
an intervening value in @code{ARGV} is a variable assignment.
+@ignore
+@c June 13 2015: Antonio points out that this is answered in the text. Ooops.
@item
@DBREF{Walking Arrays} presented a function that walked a multidimensional
array to print it out. However, walking an array and processing
@@ -23451,6 +23453,7 @@ and then processes the element.
Test your new version by printing the array; you should end up with
output identical to that of the original version.
+@end ignore
@end enumerate
@c EXCLUDE END