send link to app

AJGBasic app for iPhone and iPad


4.8 ( 6448 ratings )
Utilities Education
Developer: Antonio J. Gonzalez
Free
Current version: 1.5, last update: 7 years ago
First release : 21 Jul 2013
App size: 1.81 Mb

AJGBasic is a small BASIC interpreter that lets you create your own programs to solve any problems. AJGBasic implements a subset of the BASIC programming language including:

- Control Structures if-elsif-else, for-next, and while-wend loop-until.
- Subroutines with no return value, with return of numbers and strings.
- Text and numeric type variables, both single and multi-dimensional.
- All kind of mathematical functions: sin, cos, tan, asin, acos, atan, log, sinh, cosh, sqrt, ...
- All kind of word processing functions: left$, right$, mid$, trim$, ...
- Static Data Management, commands DATA, READ, RESTORE
- Labels and jumps.
- Handling both input / output in text and drawing graphics in high resolution.