Skip to content

Commit 1706cff

Browse files
MrKOSMOSboriel
authored andcommitted
Update operators.md
fix link to Command Line Options
1 parent 64db39c commit 1706cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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).
44+
If you need 0/1 values for boolean evaluations, use `--strict-boolean` [compiler option](zxb.md#command-line-options).
4545
This might add a little overhead to boolean evaluations, tough.
4646

4747
Operator arguments must be numbers and the result is an unsigned byte value. For binary operators,

0 commit comments

Comments
 (0)