Skip to content

Commit 67471d2

Browse files
MrKOSMOSboriel
authored andcommitted
Update operators.md
Incorporate suggestions from Boriel
1 parent dcb23b4 commit 67471d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/operators.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ which is _wrong_. If in doubt, use always parenthesis to enforce the desired eva
4141

4242
Logicals operators are like in ZX Spectrum Basic. Their result can be either _False_ (which is represented with 0)
4343
or _True_, which might be any other value. <u>Don't expect _True_ value number to be always **1**</u>.
44-
If you need 0/1 values for boolean evaluations, use `--strict-boolean` [compiler option](zxb.md#command-line-options).
45-
This might add a little overhead to boolean evaluations, tough.
4644

4745
Operator arguments must be numbers and the result is an unsigned byte value. For binary operators,
4846
if arguments are of different types they are [converted](cast.md) to a common type before being evaluated:

0 commit comments

Comments
 (0)