diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-17 08:02:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-17 08:02:51 +0300 |
commit | 76e1f5bfee032dbcb5c19b3e4e92f96aa05731c3 (patch) | |
tree | 30fc36317c233851cb339d3d985b075eddace130 /doc/gawk.texi | |
parent | b415aad108eefea24d5195c29daa2eb54d025b00 (diff) | |
parent | 3d47e0edfe9dbac583f54cb265063efb9d37fa38 (diff) | |
download | egawk-76e1f5bfee032dbcb5c19b3e4e92f96aa05731c3.tar.gz egawk-76e1f5bfee032dbcb5c19b3e4e92f96aa05731c3.tar.bz2 egawk-76e1f5bfee032dbcb5c19b3e4e92f96aa05731c3.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index c2c1f469..d61a47de 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -23311,6 +23311,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 @@ -23328,6 +23330,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 @@ -38640,6 +38643,17 @@ CC: chet.ramey@case.edu .... I gave up on usenet a couple of years ago and haven't really looked back. It's like sports talk radio -- you feel smarter for not having read it. + +And another one: + +Date: Thu, 11 Jun 2015 09:00:56 -0400 +From: Chet Ramey <chet.ramey@case.edu> + +My memory was imperfect. Back in June 2009, I wrote: + +"That's the nice thing about open source, right? You can take your ball +and run to another section of the playground. Then, if you like mixing +metaphors, you can throw rocks from there." @end ignore @quotation NOTE |