PowerBASIC Console Compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
(small change to phrasings)
(added implementation template)
Line 1: Line 1:
{{implementation|PowerBASIC}}
[[category:PowerBASIC]]
[[category:PowerBASIC]]
'''PowerBASIC Console Compiler''' (a.k.a. '''PB/CC''') is the [[Windows]] [[wp:Command-line interface|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.
'''PowerBASIC Console Compiler''' (a.k.a. '''PB/CC''') is the [[Windows]] [[wp:Command-line interface|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.

Revision as of 14:59, 27 December 2010

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.