Skip to content

Commit 92fb4f5

Browse files
committed
Move POS to the library folder
1 parent c80d29c commit 92fb4f5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/at.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ It can be used both as a [PRINT modifier](print#modifiers.md) and a [variable de
1515

1616
* [PRINT](print.md)
1717
* [DIM](dim.md) - Variable Declarations
18-
* [POS](pos.md)
18+
* [POS](library/pos.md)
1919
* [CSRLIN](csrlin.md)

docs/csrlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ CSRLIN is a library function to be included with the following command:
2424

2525
##See also
2626

27-
* [ POS](pos.md)
27+
* [ POS](library/pos.md)
2828
* [ AT ](at.md)

docs/library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ instead of just character positions. (20% faster per character, but much larger
5858
<br /> Function to mirror the bits in a byte - the basis of printing, say a left facing sprite,
5959
if all you have are right facing graphics stored.
6060

61-
* [pos.bas](pos.md)
61+
* [pos.bas](library/pos.md)
6262
<br /> Function to get the current cursor horizontal co-ordinate.
6363

6464
* [windowPaint.bas](library/windowpaint.md)

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/pos.md renamed to docs/library/pos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ POS is a library function to be included with the following directive:
1616

1717
##See also
1818

19-
* [ AT ](at.md)
20-
* [ CSRLIN](csrlin.md)
19+
* [ AT ](../at.md)
20+
* [ CSRLIN](../csrlin.md)

0 commit comments

Comments
 (0)