aboutsummaryrefslogtreecommitdiffstats
path: root/bool.notes
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-03-08 18:31:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-03-08 18:31:52 +0200
commit5fd7d2faf13484c595f7cd74468711282816796d (patch)
tree54a7716c5bb875481044352dfedef90c6bc68199 /bool.notes
parentb9931e852ba21180c380639135f96cdcd0a3015f (diff)
downloadegawk-5fd7d2faf13484c595f7cd74468711282816796d.tar.gz
egawk-5fd7d2faf13484c595f7cd74468711282816796d.tar.bz2
egawk-5fd7d2faf13484c595f7cd74468711282816796d.zip
More progress on bool.
Diffstat (limited to 'bool.notes')
-rw-r--r--bool.notes9
1 files changed, 7 insertions, 2 deletions
diff --git a/bool.notes b/bool.notes
index 51ea7268..df3ec69d 100644
--- a/bool.notes
+++ b/bool.notes
@@ -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