 |
Applications are written in BASIC and work on every OS version from 3.10 onwards |
 |
Applications strictly conform to the standard specified in the RISC OS Style Guide |
 |
Applications are very efficient. (AppBasic is NOT a library so there are no overheads) |
 |
Other than the standard RISC OS Toolbox modules no special aids or libraries are required |
 |
The programming environment is ultra user-friendly
|
 |
There is strong integration with external, third-party development tools
|
 |
Coding is reduced to a minimum; applications only need specify what they should do in response to events |
 |
Syntax errors are reported via error throwback |
 |
Toolbox methods and events are referred to by name |
 |
SWIs have alternative user-friendly veneers |
 |
The RMEnsure commands for the Toolbox modules are automatically written |