summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-06-21 21:15:03 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-06-21 21:15:03 +0200
commit511915adb65e6616e3ba3bae4cb61f6c708560c1 (patch)
tree26d91a15ae710764b7d31df35269c2c0ec68d5ed /README.md
parentbe3eac94b495a015541907d035044a1687aaa4b1 (diff)
Boolean literals and comparison operators
Changelog: Added `True` and `False` literals, and comparison operators for boolean values
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c5a3a7..c6ea018 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,7 @@ let re2 = /$str$re1/ # match '.' followed by any character
#### boolean
Result of comparison operators `==` and `/=`.
+Values are `True` and `False`.
#### network