Skip to content

Commit 1c7ed1f

Browse files
MrKOSMOSboriel
authored andcommitted
Small fixes
fixing up some small inconsistencies between files
1 parent 0716977 commit 1c7ed1f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/library/attr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ PRINT AT 0, 0; "The attribute of screen position 9, 10 is "; s
3131
## See also
3232

3333
* [ CSRLIN ](csrlin.md)
34-
* [ POS](pos.md)
34+
* [ POS ](pos.md)
3535
* [ AT ](../at.md)

docs/library/csrlin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Syntax
44

5+
56
```
67
CSRLIN()
78
```
@@ -14,6 +15,7 @@ Returns the row (line) position of the text cursor (0 means the top line).
1415

1516
CSRLIN is a library function to be included with the following command:
1617

18+
1719
```
1820
# include <csrlin.bas>
1921
```

0 commit comments

Comments
 (0)