Skip to content

Commit 9dd6f4a

Browse files
committed
Reorganize main page
1 parent fac8257 commit 9dd6f4a

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

docs/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,27 @@
1414
* [Command line options](zxb.md#Command_Line_Options)
1515
<br />Command line options table for the compiler (zxb)
1616

17-
# Products
17+
# Download
18+
19+
Get the latest version of ZX BASIC from the [archive](archive.md).
20+
21+
# Released prorams
1822

1923
* [Released programs](released_programs.md)
2024
<br />A list of third-party released programs (mostly games) for the ZX-Spectrum developed with ZX BASIC.
2125

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.
2330

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.
2533

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.
2736

37+
## Tutorials
2838
* [Programming tutorials](tutorials.md)
2939
<br />A collection of third-party tutorials about development with ZX BASIC.
3040

@@ -39,20 +49,10 @@ Get the latest version of ZX BASIC from the [archive](archive.md).
3949
* [Community Forum](http://www.boriel.com/forum)
4050
<br />Have a question? Need help or comment a report a bug? Go to the [ZX BASIC forum](http://www.boriel.com/forum)
4151

42-
#External resources
52+
# External resources
4353

4454
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to ZX BASIC. Have a look!
4555

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.
55-
5656
# External libraries
5757

5858
* [Library](library.md)

0 commit comments

Comments
 (0)