Minimal Basic turns your device into a self‑contained BASIC workstation. Write, run and debug code with an uncluttered editor, instant execution and strict compliance with the ECMA‑55 Minimal BASIC standard.
Feature | Description |
---|---|
Code editor | Lightweight, responsive, supports dark mode |
Interpreter | Executes ECMA‑55 BASIC in real time |
Debugger | Step, continue, inspect variables |
File I/O | Load / save programs as plain .bas files |
Share | Export code via e‑mail or AirDrop |
Examples | Built‑in gallery of ready‑to‑run demos |
10 PRINT "Hello, AJGB!"
20 END