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
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ZX Basic SDK comes two several flavours:
* Multiplatform python scripts (will require Python 3.8+ to be installed in your system)

### Prerequisites
For the _Multi-platform_ bundle, you will need a [python](http://www.python.org) interpreter **version 3.8** or
For the _Multi-platform_ bundle, you will need a [python](http://www.python.org) interpreter **version 3.11** or
higher installed in your system (Linux and Mac OS X users will probably have it already).

### Downloading
Expand Down
2 changes: 1 addition & 1 deletion docs/library/print42.bas.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Moves the print42 system's print cursor to row Y, column X. Note that `0 <= x <=
for X can be up to 41. The range of values for Y is the normal 0-23.

```
printat42(STRING)
print42(STRING)
```

Prints the string to the screen at the current Print42 co-ordinates. It does so in the current permanent colours.
Expand Down