File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A free IDE created by [Tony Thompson](http://www.users.on.net/~tonyt73). This po
1111generic 8-bit and 16-bit projects, and can be set up to be used with ZX Basic.
1212Have 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
1717A free and impressive IDE created by [ Istvan Novak] ( https://github.com/Dotneteer ) .
Original file line number Diff line number Diff 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
2828PLOT 10, 10
2929PRINT "Point at (10, 10) is "; POINT(10, 10): REM 1
You can’t perform that action at this time.
0 commit comments