PowerBASIC Console Compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(removed stub & PB implementaion, added cat:PB)
Line 1: Line 1:
{{implementation|PowerBASIC}}
{{stub}}
[[PowerBASIC]] Console Compiler (a.k.a. PB/CC) is a version of PowerBASIC. This is the [[Windows]] console (text-mode) compiler for PowerBASIC. It is not meant to create and manage windows, although it is possible, with some difficulty.
[[PowerBASIC]] Console Compiler (a.k.a. PB/CC) is a version of PowerBASIC. This is the [[Windows]] console (text-mode) compiler for PowerBASIC. It is not meant to create and manage windows, although it is possible, with some difficulty.


It's important to note that there are some fairly major language differences between the [[PB/DOS|DOS]] and Windows versions of PowerBASIC.
It's important to note that there are some fairly major language differences between the [[PB/DOS|DOS]] and Windows versions of PowerBASIC.

[[category:PowerBASIC]]

Revision as of 22:53, 1 October 2009

PowerBASIC Console Compiler (a.k.a. PB/CC) is a version of PowerBASIC. This is the Windows console (text-mode) compiler for PowerBASIC. It is not meant to create and manage windows, although it is possible, with some difficulty.

It's important to note that there are some fairly major language differences between the DOS and Windows versions of PowerBASIC.