PowerBASIC Console Compiler

From Rosetta Code
Revision as of 14:59, 27 December 2010 by Eriksiers (talk | contribs) (added implementation template)
PowerBASIC Console Compiler is an implementation of PowerBASIC. Other implementations of PowerBASIC.

PowerBASIC Console Compiler (a.k.a. PB/CC) is the Windows console (text-mode) compiler for PowerBASIC. It somewhat resembles PowerBASIC for DOS, but instead of console graphics routines, it includes simple window-handling and drawing routines.

It's important to note that while there are some minor language differences between PB/CC and PowerBASIC for Windows, for the most part they use the same language.