PowerBASIC for DOS: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(added cat:PB, removed PM implementation, removed stub)
Line 1: Line 1:
{{implementation|PowerBASIC}}
{{stub}}
[[PowerBASIC]] for DOS (a.k.a. PB/DOS) is a version of PowerBASIC. Somewhat obviously, this is the [[DOS]] compiler for PowerBASIC.
[[PowerBASIC]] for DOS (a.k.a. PB/DOS) is a version of PowerBASIC. Somewhat obviously, this is the [[DOS]] compiler for PowerBASIC.


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

{{category:PowerBASIC}}

Revision as of 22:35, 1 October 2009

PowerBASIC for DOS (a.k.a. PB/DOS) is a version of PowerBASIC. Somewhat obviously, this is the DOS compiler for PowerBASIC.

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

Language
PowerBASIC for DOS
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type checking: Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using PowerBASIC for DOS.
PowerBASIC for DOS is an implementation of BASIC. Other implementations of BASIC.

PowerBASIC is a small family of compilers for DOS and Windows by PowerBASIC, Inc. Its main selling point is the efficiency of the compiler and its ease of use. (The "easy" part is debatable; working with windows is not as easy as Visual Basic, but then, almost nothing is.) For a brief history of PowerBASIC, read its Wikipedia entry.

Code example

Many of the BASIC examples listed on Rosetta Code will work unchanged in PowerBASIC -- especially the DOS version -- although there are often enough differences between PB and the various other BASICs (especially the Windows versions) to warrant PB-specific examples.