diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-22 22:11:31 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-22 22:11:31 +0300 |
commit | 7f7586a2195cc43f8856afa6d261353dc8b63b79 (patch) | |
tree | 952d966dc14ffab2234f7acd6d47df318940814d | |
parent | aff720deb9f0b4f5790aaf414ecb0ceff67d905a (diff) | |
download | egawk-7f7586a2195cc43f8856afa6d261353dc8b63b79.tar.gz egawk-7f7586a2195cc43f8856afa6d261353dc8b63b79.tar.bz2 egawk-7f7586a2195cc43f8856afa6d261353dc8b63b79.zip |
Addition in TODO.
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,10 @@ Major New Features DBM storage of awk arrays. Try to allow multiple dbm packages. + ?? Some way to make regexp constants first class citizens + - Assign to variables + - Pass to functions + ?? A RECLEN variable for fixed-length record input. PROCINFO["RS"] would be "RS" or "RECLEN" depending upon what's in use. *** Could be done as an extension? |