Skip to content

Commit 4b8dfa4

Browse files
committed
update readme
1 parent 7d47dbf commit 4b8dfa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Run this once after unpacking, and macOS will stop treating the binary as “fro
5959
- **`FOR` / `NEXT`**: numeric loops, including `STEP` with positive or negative increments.
6060
- **`DIM`**: declare 1‑D numeric or string arrays.
6161
- **`REM`** and **`'`**: comments to end of line.
62-
- **`SLEEP`**: pause execution for a number of 60 Hz “ticks” (e.g., `SLEEP 60` ≈ 1 second).
6362
- **`END` / `STOP`**: terminate program execution.
6463
- **`READ` / `DATA`**: load numeric and string literals from `DATA` statements into variables.
6564
- **`DEF FN`**: define simple user functions, e.g. `DEF FNY(X) = SIN(X)`.
@@ -74,7 +73,9 @@ Run this once after unpacking, and macOS will stop treating the binary as “fro
7473
- **Formatting**: `TAB` and `SPC` for horizontal positioning in `PRINT`.
7574

7675

76+
### Additional/Non-Standard BASIC Commands
7777

78+
- **`SLEEP`**: pause execution for a number of 60 Hz “ticks” (e.g., `SLEEP 60` ≈ 1 second).
7879

7980

8081
## 🎛️ Usage
@@ -170,7 +171,7 @@ Usage: basic [-petscii] [-palette ansi|c64] <program.bas>
170171
---
171172

172173

173-
## Building from Source
174+
## 🛠️ Building from Source
174175

175176
You can either use the provided `Makefile` (recommended) or compile manually.
176177

0 commit comments

Comments
 (0)