From 511915adb65e6616e3ba3bae4cb61f6c708560c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 21 Jun 2025 21:15:03 +0200 Subject: Boolean literals and comparison operators Changelog: Added `True` and `False` literals, and comparison operators for boolean values --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit v1.2.3