aboutsummaryrefslogtreecommitdiffstats
path: root/bool.notes
diff options
context:
space:
mode:
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