diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:33:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:33:18 +0200 |
commit | 734e898a91dc494506004c8c6a8057a363171bf1 (patch) | |
tree | 5be753463dfa49e58c026f7e3481ed3fc1c8acf7 /doc/gawk.texi | |
parent | 0d52289482d468c8566976d77c0c6a6a4e602add (diff) | |
parent | 969ee3cbf2255a508eca008c0b25d8a1f09bdeb3 (diff) | |
download | egawk-734e898a91dc494506004c8c6a8057a363171bf1.tar.gz egawk-734e898a91dc494506004c8c6a8057a363171bf1.tar.bz2 egawk-734e898a91dc494506004c8c6a8057a363171bf1.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 4b6e68c1..1c3c0f78 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1270,6 +1270,9 @@ the C/C++ module as a dynamic plug-in. has all the details, and as expected, many examples to help you learn the ins and outs. +I enjoy programming in AWK and had fun (re)reading this book. +I think you will too. + @ifnotdocbook @cindex Brennan, Michael @display @@ -11843,7 +11846,7 @@ The post-increment @samp{foo++} is nearly the same as writing @samp{(foo not necessarily equal @code{foo}. But the difference is minute as long as you stick to numbers that are fairly small (less than @iftex -@math{10^12}). +@math{10^{12}}). @end iftex @ifnottex @ifnotdocbook |