Skip to content

Commit 7f818f4

Browse files
MrKOSMOSboriel
authored andcommitted
Update zxb.md
Add corrections by Boriel
1 parent 67471d2 commit 7f818f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/zxb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,11 @@ _Out of Memory_ errors.
211211
Setting this flag will raise ROM error Subscript out of Range. This flag will add a little overhead to your program
212212
execution, but it's useful to detect Out of Range errors.
213213

214-
* **--strict-bool**
214+
* **--strict-bool** DEPRECATED
215215
<br /> By default, ZX BASIC will treat boolean values as 0 = False, Any other value = True.
216216
Some programmers expect TRUE = 1 always. Using this option will enforce boolean results to be always 0 or 1.
217217
Using this option might add a little overhead to your program. Using `--sinclair` option will also enable this feature.
218+
This option is currently deprecated, and will be removed in a future release.
218219

219220
* **--enable-break**
220221
<br /> Unlike Sinclair BASIC, Your program, being converted to machine code, won't be affected by BREAK.

0 commit comments

Comments
 (0)