Skip to content

Commit 58af762

Browse files
committed
Update identifier.md
More clarifications and fixing the subsection links for identifier.md
1 parent 842cf6b commit 58af762

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/identifier.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
2020
* **[ASN](asn.md)** **(function)**
2121
* **[AT](at.md)**
2222
* **[ATN](atn.md)** **(function)**
23-
* **[bAND](bitwiselogic.md)** **(operator)**
24-
* **[bNOT](bitwiselogic.md)** **(operator)**
25-
* **[bOR](bitwiselogic.md)** **(operator)**
26-
* **[bXOR](bitwiselogic.md)** **(operator)**
23+
* **[bAND](bitwiselogic.md#bAND)** **(operator)**
24+
* **[bNOT](bitwiselogic.md#bNOT)** **(operator)**
25+
* **[bOR](bitwiselogic.md#bOR)** **(operator)**
26+
* **[bXOR](bitwiselogic.md#bXOR)** **(operator)**
2727
* **[BEEP](beep.md)** **(statement)**
2828
* [BOLD](bold.md)
2929
* **[BORDER](border.md)** **(statement)**
@@ -44,7 +44,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
4444
* **[DATA](data.md)** **(statement)**
4545
* **[DRAW](draw.md)** **(statement)**
4646
* [ELSE](if.md)
47-
* [ELSEIF](if.md)
47+
* [ELSEIF](if.md#using-elseif)
4848
* [END](end.md)
4949
* [EXIT](exit.md) **(statement)**
5050
* **[EXP](exp.md)** **(function)**
@@ -68,7 +68,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
6868
* **[LN](ln.md)** **(function)**
6969
* **[LOAD](load.md)** **(statement)**
7070
* [LOOP](do.md) **(statement)**
71-
* [MOD](operators.md#Arithmetic Operators) **(operator)**
71+
* [MOD](operators.md#Arithmetic-Operators) **(operator)**
7272
* **[NEXT](for.md)** **(statement)**
7373
* **[NOT](operators.md#NOT)** **(operator)**
7474
* **[ON ... GOTO](on_goto.md)** **(statement)**
@@ -110,7 +110,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
110110
* **[VERIFY](load.md)** **(statement)**
111111
* [WEND](while.md) **(statement)**
112112
* [WHILE](while.md) **(statement)**
113-
* **[XOR](operators.md#logical_operators.md)** **(operator)**
113+
* **[XOR](operators.md#logical-operators)** **(operator)**
114114

115115
## Inbuilt library Functions
116116
You should also avoid defining (with a SUB or FUNCTION command) routines with the following names, as they are available in the internal library for your use, though you are almost certainly going to need to use #include before using them. Note that some Sinclair Basic words are listed here. Some Freebasic commands are also available through #include options for compatibility with freebasic.

0 commit comments

Comments
 (0)