File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,11 @@ _Out of Memory_ errors.
211211Setting this flag will raise ROM error Subscript out of Range. This flag will add a little overhead to your program
212212execution, 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.
216216Some programmers expect TRUE = 1 always. Using this option will enforce boolean results to be always 0 or 1.
217217Using 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.
You can’t perform that action at this time.
0 commit comments