mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Updated examples
This commit is contained in:
@@ -21,13 +21,19 @@ Available for: all computer targets.
|
||||
Reads a line from the console and returns a pointer to a null-terminated string.
|
||||
The string is valid only until next read from the console.
|
||||
|
||||
Available for: Commodore 64 with `c64_basic` module.
|
||||
Available for:
|
||||
ZX Spectrum,
|
||||
Commodore 64 with `c64_basic` module,
|
||||
Commodore 16 or Plus/4 with `c264_basic`.
|
||||
|
||||
#### `word readword()`
|
||||
|
||||
Reads a 16-bit unsigned integer from the console.
|
||||
|
||||
Available for: Commodore 64 with `c64_basic` module.
|
||||
Available for:
|
||||
ZX Spectrum,
|
||||
Commodore 64 with `c64_basic` module,
|
||||
Commodore 16 or Plus/4 with `c264_basic`.
|
||||
|
||||
#### `void bell()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user