aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index bfee15b9..c95b777d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -22525,6 +22525,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
@@ -22542,6 +22544,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