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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f330e8e0..8bdf1a70 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -1265,6 +1265,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 @@ -11230,7 +11233,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 |