AJGBasic!

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.