PowerBASIC Console Compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
 
No edit summary
Line 1: Line 1:
[[category:PowerBASIC]]
{{implementation|PowerBASIC}}
{{stub}}
{{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.

Revision as of 16:01, 14 September 2009

PowerBASIC Console Compiler is an implementation of PowerBASIC. Other implementations of PowerBASIC.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

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.