Description by Publisher
MBASIC was developed as an option to have a simple programming languageavailable to users who are beginners in computer science. MBASIC allows
math and string operations, also, a series of commands to control the
program flow and I/O operations are implemented in the interpreter
engine. The language is similar and has characteristics of many BASIC
implementations, it is very simple to learn and has an editing environment to
allow the user to create, test and deploy BASIC programs very quickly.
The program disk contains two binaries: "based.exe" and "mbasic.exe" and a set
of example programs. The binary "based.exe" is the editor environment and can
be used to edit and run MBASIC programs. The binary "mbasic.exe" is the actual
interpreter engine and it is necessary in order to run the developed programs,
the engine is automatically called by the editor environment, such
functionality makes very easy to develop and test applications inside the
editor environment.