Update README
This commit is contained in:
parent
2946e67349
commit
b6d615b507
@ -57,7 +57,7 @@ Supported mathematical operations:
|
|||||||
The logical operators evaluate the operands as `false` if they are equal to `0` and `true` if they are not equal to `0`
|
The logical operators evaluate the operands as `false` if they are equal to `0` and `true` if they are not equal to `0`
|
||||||
- And `a && b`
|
- And `a && b`
|
||||||
- Or `a || b`
|
- Or `a || b`
|
||||||
- Not `!a`
|
- Not `!a` (if `a` is equal to `0`, the result is `1`, otherwise the result is `0`)
|
||||||
|
|
||||||
### Equality & Relational Operators
|
### Equality & Relational Operators
|
||||||
The equality and relational operations result in `1` if the condition is evaluated as `true` and in `0` if the condition is evaluated as `false`.
|
The equality and relational operations result in `1` if the condition is evaluated as `true` and in `0` if the condition is evaluated as `false`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user