diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-08 18:31:52 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-08 18:31:52 +0200 |
commit | 5fd7d2faf13484c595f7cd74468711282816796d (patch) | |
tree | 54a7716c5bb875481044352dfedef90c6bc68199 /bool.notes | |
parent | b9931e852ba21180c380639135f96cdcd0a3015f (diff) | |
download | egawk-5fd7d2faf13484c595f7cd74468711282816796d.tar.gz egawk-5fd7d2faf13484c595f7cd74468711282816796d.tar.bz2 egawk-5fd7d2faf13484c595f7cd74468711282816796d.zip |
More progress on bool.
Diffstat (limited to 'bool.notes')
-rw-r--r-- | bool.notes | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -33,8 +33,13 @@ numbers, and false before true. 6. These string function generate a runtime fatal error if given an argument / target of boolean type: - substr match index gensub gsub - sub length split patsplit + gsub sub + +These functions merely treat the value as a string +but issue a lint warning. + + substr match index gensub + length split patsplit tolower toupper 7. Updates to API needed for an additional type, and the table |