Skip to content

Commit a97a74b

Browse files
authored
Merge pull request #271 from boriel/doc/updates
Doc/updates
2 parents 90b5889 + 4d005ce commit a97a74b

2 files changed

Lines changed: 19 additions & 54 deletions

File tree

docs/attr.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/identifier.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
6969
* **[LN](ln.md)** **(function)**
7070
* **[LOAD](load.md)** **(statement)**
7171
* [LOOP](do.md) **(statement)**
72-
* [MOD](operators#arithmetic_operators.md) **(operator)**
72+
* [MOD](operators.md#Arithmetic Operators) **(operator)**
7373
* **[NEXT](for.md)** **(statement)**
7474
* **[NOT](operators.md#NOT)** **(operator)**
7575
* **[OR](operators.md#OR)** **(operator)**
@@ -113,21 +113,21 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
113113
##Inbuilt library Functions
114114
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.
115115

116-
* [ASC (Library Function)](asc.bas.md) **(function)**
117-
* **[ATTR (Library Function)](attr.md)** **(function)**
118-
* **[CSRLIN (Library Function)](csrlin.md)** **(function)**
119-
* [HEX (Library Function)](hex.md) **(function)**
120-
* [HEX16 (Library Function)](hex.md) **(function)**
121-
* **[INPUT (Library Function)](input.md)** **(function)**
122-
* **[GetKey (Library Function)](keys.bas.md)** **(function)**
123-
* **[MultiKeys (Library Function)](keys.bas.md)** **(function)**
124-
* **[GetKeyScanCode (Library Function)](keys.bas.md)** **(function)**
125-
* **[LCase (Library Function)](lcase.md)** **(function)**
126-
* **[UCase (Library Function)](ucase.md)** **(function)**
127-
* **[POINT (Library Function)](point.md)** **(function)**
128-
* **[POS (Library Function)](pos.md)** **(function)**
129-
* **[print42 (Library Subroutine)](print42.bas.md)** **(sub)**
130-
* **[printat42 (Library Subroutine)](print42.bas.md)** **(sub)**
131-
* **[print64 (Library Subroutine)](print64.bas.md)** **(sub)**
132-
* **[printat64 (Library Subroutine)](print64.bas.md)** **(sub)**
133-
* **[SCREEN(Library Function)](screen.md)** **(function)**
116+
* [ASC (Library Function)](library/asc.bas.md) **(function)**
117+
* **[ATTR (Library Function)](library/attr.md)** **(function)**
118+
* **[CSRLIN (Library Function)](library/csrlin.md)** **(function)**
119+
* [HEX (Library Function)](library/hex.md) **(function)**
120+
* [HEX16 (Library Function)](library/hex.md) **(function)**
121+
* **[INPUT (Library Function)](library/input.md)** **(function)**
122+
* **[GetKey (Library Function)](library/keys.bas.md)** **(function)**
123+
* **[MultiKeys (Library Function)](library/keys.bas.md)** **(function)**
124+
* **[GetKeyScanCode (Library Function)](library/keys.bas.md)** **(function)**
125+
* **[LCase (Library Function)](library/lcase.md)** **(function)**
126+
* **[UCase (Library Function)](library/ucase.md)** **(function)**
127+
* **[POINT (Library Function)](library/point.md)** **(function)**
128+
* **[POS (Library Function)](library/pos.md)** **(function)**
129+
* **[print42 (Library Subroutine)](library/print42.bas.md)** **(sub)**
130+
* **[printat42 (Library Subroutine)](library/print42.bas.md)** **(sub)**
131+
* **[print64 (Library Subroutine)](library/print64.bas.md)** **(sub)**
132+
* **[printat64 (Library Subroutine)](library/print64.bas.md)** **(sub)**
133+
* **[SCREEN(Library Function)](library/screen.md)** **(function)**

0 commit comments

Comments
 (0)