IBasic
From Free net encyclopedia
(Redirected from IBASIC programming language)
IBasic is a dialect of the BASIC programming language available only for Microsoft Windows. It is notable for the introduction of C-language constructs, and the implementation provides access to many operating system features. IBasic is produced by Pyxia Development.
Features include:
- Integrated Development Environment
- Produces small, standalone executables
- Syntax similar to QBASIC's
- C style constants and structure support
- Easily create Windows and Dialogs
- DirectX support
- Access to any DLLs
IBasic Professional is the next generation of IBasic featuring true machine language compiling, inline assembly, COM support, DLL creation, and much more. IBasic Professional is modular in designe with new command paks available to extend the capabilities of the language. The new language uses standard COFF format object files giving the ability to link the output of other compilers.
[edit]