File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
175176You can either use the provided ` Makefile ` (recommended) or compile manually.
176177
You can’t perform that action at this time.
0 commit comments