Running Programs¶
Status: PLACEHOLDER - Documentation in progress
This page will cover: - How to run BASIC programs - RUN command - Program execution - Stopping programs - Continuing after STOP
Placeholder¶
For now, see:
- Type RUN to execute the current program
- Use the Run button in GUI interfaces
- Press Ctrl+C or use STOP button to interrupt
- Type CONT to continue after STOP
For UI-specific instructions:
- CLI: docs/help/ui/cli/
- Curses: docs/help/ui/curses/running.md
- TK: docs/help/ui/tk/
- Web: docs/help/ui/web/