You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,27 @@
14
14
*[Command line options](zxb.md#Command_Line_Options)
15
15
<br />Command line options table for the compiler (zxb)
16
16
17
-
# Products
17
+
# Download
18
+
19
+
Get the latest version of ZX BASIC from the [archive](archive.md).
20
+
21
+
# Released prorams
18
22
19
23
*[Released programs](released_programs.md)
20
24
<br />A list of third-party released programs (mostly games) for the ZX-Spectrum developed with ZX BASIC.
21
25
22
-
# Download
26
+
# Learning ZX BASIC
27
+
## Language Reference
28
+
*[Language syntax](syntax.md)
29
+
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
23
30
24
-
Get the latest version of ZX BASIC from the [archive](archive.md).
31
+
*[Data types](types.md)
32
+
<br />Language data types: Instead of working always with Floating Point numbers (also available), there are also some integer types which are faster an take less memory.
25
33
26
-
# Tutorials
34
+
*[Reserved words](identifier.md)
35
+
<br />Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
27
36
37
+
## Tutorials
28
38
*[Programming tutorials](tutorials.md)
29
39
<br />A collection of third-party tutorials about development with ZX BASIC.
30
40
@@ -39,20 +49,10 @@ Get the latest version of ZX BASIC from the [archive](archive.md).
39
49
*[Community Forum](http://www.boriel.com/forum)
40
50
<br />Have a question? Need help or comment a report a bug? Go to the [ZX BASIC forum](http://www.boriel.com/forum)
41
51
42
-
#External resources
52
+
#External resources
43
53
44
54
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to ZX BASIC. Have a look!
45
55
46
-
#Language Reference
47
-
*[Language syntax](syntax.md)
48
-
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
49
-
50
-
*[Data types](types.md)
51
-
<br />Language data types: Instead of working always with Floating Point numbers (also available), there are also some integer types which are faster an take less memory.
52
-
53
-
*[Reserved words](identifier.md)
54
-
<br />Comprehensive list (alphabetically ordered) of identifiers you shouldn't use as a ''variable name''. E.g. `FOR`, `PRINT`. If you want usage instructions on a statement, also look here.
0 commit comments