Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/games/cuadragon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,27 @@
* [Command line options](zxb.md#Command_Line_Options)
<br />Command line options table for the compiler (zxb)

# Products
# Download

Get the latest version of ZX BASIC from the [archive](archive.md).

# Released prorams

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

# Download
# Learning ZX BASIC
## Language Reference
* [Language syntax](syntax.md)
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.

Get the latest version of ZX BASIC from the [archive](archive.md).
* [Data types](types.md)
<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.

# Tutorials
* [Reserved words](identifier.md)
<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.

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

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

#External resources
# External resources

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

#Language Reference
* [Language syntax](syntax.md)
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.

* [Data types](types.md)
<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.

* [Reserved words](identifier.md)
<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.

# External libraries

* [Library](library.md)
Expand Down
15 changes: 15 additions & 0 deletions docs/released_programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ This is a list of third-party ZX-Spectrum programs (mostly games) developed with

##PLAYABLE GAMES

### Cuadragon

Author: [Duefectu](http://duefectucorp.com/)

Type: Adventure Game

Year: 2020

Source: No

Link: [http://duefectucorp.com/Productos/Cuadragon](http://duefectucorp.com/Productos/Cuadragon)

![cuadragon.png](./img/games/cuadragon.png)

---
### AD LUNAM

Author: [Alessandro Grussu](https://www.alessandrogrussu.it/profilo.html)
Expand Down