Skip to content

Commit 5a0094b

Browse files
MrKOSMOSboriel
authored andcommitted
Update identifier.md
Fix reference to Command Line Options and parentheses - add --ignore-case for clarity?
1 parent 1706cff commit 5a0094b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/identifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Note that there are a number of common statements that you may find in ZX BASIC
99

1010
## Reserved Identifiers
1111

12-
The following identifiers are _reserved words_, and can't be used as variables, functions or labels. Reserved identifiers are _case insensitive_ (it doesn't matter whether you write them in upper or lower case letters, or a mix of them). So **PRINT**, **print** and **PrInT** means all the same in ZX BASIC. On the other hand, non-reserved words can be either case sensitive or not (depending on the [options](options.md)) in effect.
12+
The following identifiers are _reserved words_, and can't be used as variables, functions or labels. Reserved identifiers are _case insensitive_ (it doesn't matter whether you write them in upper or lower case letters, or a mix of them). So **PRINT**, **print** and **PrInT** means all the same in ZX BASIC. On the other hand, non-reserved words can be either case sensitive or not (depending on the [options](zxb.md#command-line-options) in effect).
1313

1414
Identifiers shown in bold are taken from the Sinclair BASIC (beware their meaning here might be different, however). Some of them has been marked as _statements_, _functions_ or _operators_:
1515

0 commit comments

Comments
 (0)