suggestion on the parenthesis stuff

Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
DS 2022-06-20 23:26:57 +02:00 committed by GitHub
parent ff80b3fe25
commit 29b8e18218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ Detailed documentation can be found below:
* `&`: AND
* `|`: OR
* `~`: XOR (inequality)
* Note: There are no parentheses.
* Note: Explicit precedence using parenthesis is not supported.