diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-14 17:26:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-14 17:26:12 +0200 |
commit | e73ce8b50f07b70014ce2993b0213944d2a169ca (patch) | |
tree | eb9daf0b6f5d26b22950cd6dc346b8f26391751c /doc/gawktexi.in | |
parent | d73659dcfd3a76103bf3772b075cc74d3e259fee (diff) | |
download | egawk-e73ce8b50f07b70014ce2993b0213944d2a169ca.tar.gz egawk-e73ce8b50f07b70014ce2993b0213944d2a169ca.tar.bz2 egawk-e73ce8b50f07b70014ce2993b0213944d2a169ca.zip |
Add a note to TODO in doc to write a section on recursion.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index df9439df..e024e0ea 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -42955,3 +42955,8 @@ which sorta sucks. TODO: Check that all dark corners are indexed properly. + +Add a section explaining recursion from ground zero. Probably +easiest to do it with factorial as the example. Explain that +recursion needs a stopping condition. Thanks to +Bill Duncan <bduncan@beachnet.org> for the suggestion. |