Skip to content

Commit 44ef939

Browse files
authored
Merge pull request #366 from boriel/docs
Docs
2 parents 9a2a7be + a009b77 commit 44ef939

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

docs/dim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DIM <variable_name>[,<variable_name>...] [AS <type>] [= <value>]
1313
```
1414

1515
Where _<type>_ can be one of **INTEGER**, **BYTE**, **FLOAT**, etc.
16-
See the list of [available types](types#types.md). If type is not specified, **FLOAT** will be used, unless you use
16+
See the list of [available types](types.md). If type is not specified, **FLOAT** will be used, unless you use
1717
a suffix (usually called _sigil_) like `$` or `%`.
1818

1919
###Default variable values

docs/img/games/ad_lunam_plus.png

15.9 KB
Loading

docs/released_programs.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Link: [https://spectrumcomputing.co.uk/index.php?cat=96&id=28165](https://spectr
5858

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

61-
Type: Strategy Game
61+
Type: Simulation / Management
6262

6363
Year: 2019
6464

@@ -68,6 +68,21 @@ Link: [https://www.alessandrogrussu.it/Adlunam.html](https://www.alessandrogruss
6868

6969
![ad_lunam.png](./img/games/ad_lunam.png)
7070

71+
---
72+
### AD LUNAM PLUS
73+
74+
Author: [Alessandro Grussu](https://www.alessandrogrussu.it/profilo.html)
75+
76+
Type: Simulation / Management
77+
78+
Year: 2020
79+
80+
Source: Yes
81+
82+
Link: [https://www.alessandrogrussu.it/ALP.html](https://www.alessandrogrussu.it/ALP.html)
83+
84+
![ad_lunam_plus.png](./img/games/ad_lunam_plus.png)
85+
7186
---
7287
### Bacaball
7388

docs/types.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ mylabel:
112112
GO TO 5: REM Another way to write GOTO. Jumps to line 5
113113
```
114114

115-
116-
Read [here](zx_basic:labels.md) for more info about labels.
117-
118115
##See Also
119116
* [DIM](dim.md) (statement)
120117
* [Labels](labels.md)

0 commit comments

Comments
 (0)