module documentation
MMBasic - Run MMBasic programs.
| Function | run |
Run the app. |
| Function | start |
Start the app. |
| Function | stop |
Stop the app. |
| Constant | STATE |
Undocumented |
| Constant | STATE |
Undocumented |
| Constant | STATE |
Undocumented |
| Function | _set |
Create a new MMBasic instance. |
| Variable | _menu |
Undocumented |
| Variable | _mmbasic |
Undocumented |
| Variable | _mmbasic |
Undocumented |
Start the app.
| Parameters | |
viewViewManager | The view manager context. |
| Returns | |
bool | True on success. |
Create a new MMBasic instance.
| Parameters | |
vm:ViewManager | The view manager context. |
| Returns | |
bool | True on success. |