Category:PowerBASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added link to VB, moved basic imp. category to top of entry)
m (fixed a thinko ('each' corrected to 'ease'))
Line 10: Line 10:
|site=http://www.powerbasic.com/}}
|site=http://www.powerbasic.com/}}
{{implementation|BASIC}}
{{implementation|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 each 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 [[wp:PowerBASIC|its Wikipedia entry]].
'''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 [[wp:PowerBASIC|its Wikipedia entry]].


== Code example ==
== Code example ==

Revision as of 18:47, 11 August 2009


This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
PowerBASIC
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.
PowerBASIC 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.