The PowerBASIC programming language reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

PowerBASIC programming language

Have you considered sponsoring a child
PowerBASIC is a variant of the BASIC programming language. Its syntax is very close to GW Basic, QBasic, and Turbo Basic. It compiles to native code on PCs (DOS and Win32). The executable files it creates are compact, run fast, and require no runtime dependencies. PowerBASIC compilers are made by PowerBASIC Inc. and are the successor of Turbo BASIC (MSDOS) which was made by Borland International, itself a successor of BASIC/Z (CP/M, MDOS).

PowerBASIC compilers are a popular alternative to Visual Basic, yet actually compare with the C programming language in terms of power. PowerBASIC can create and use DLLs. Unlike Visual Basic's large and mandatory overhead, it is common for a sophisticated application written in PowerBASIC to be small enough to fit on a single floppy disk.


External links