Skip to content

Commit a21b931

Browse files
MrKOSMOSboriel
authored andcommitted
Update operators.md
Add corrections by Boriel
1 parent 7f818f4 commit a21b931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operators.md

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

4040
## Logical Operators
4141

42-
Logicals operators are like in ZX Spectrum Basic. Their result can be either _False_ (which is represented with 0)
43-
or _True_, which might be any other value. <u>Don't expect _True_ value number to be always **1**</u>.
42+
Logicals operators are like in ZX Spectrum Basic. Their result can be either False
43+
(which is represented with 0) or True (represented by 1).
4444

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

0 commit comments

Comments
 (0)