Skip to content

Commit 729584d

Browse files
committed
docs: update Tommy Gun link to forum
Also try new syn highlight code in POINT
1 parent 26b03f6 commit 729584d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/external_resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A free IDE created by [Tony Thompson](http://www.users.on.net/~tonyt73). This po
1111
generic 8-bit and 16-bit projects, and can be set up to be used with ZX Basic.
1212
Have a look at the [TommyGun files](https://sourceforge.net/projects/tommygun/files/) page.
1313

14-
To integrate ZX Basic with Tommy Gun, please follow this [tutorial](http://www.boriel.com/forum/viewtopic.php?f=14&t=329&start=0).
14+
To integrate ZX Basic with Tommy Gun, please follow this [tutorial](https://www.boriel.com/forum/showthread.php?tid=110).
1515

1616
### SpectNet IDE
1717
A free and impressive IDE created by [Istvan Novak](https://github.com/Dotneteer).

docs/library/point.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ POINT is a library function to be included with the following command:
1717

1818

1919
```
20-
# include <point.bas>
20+
#include <point.bas>
2121
```
2222

2323
## Sample usage
2424

25-
```basic
26-
# include <point.bas>
25+
```bbcbasic
26+
#include <point.bas>
2727
2828
PLOT 10, 10
2929
PRINT "Point at (10, 10) is "; POINT(10, 10): REM 1

0 commit comments

Comments
 (0)