Category:QuickBASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
(IDE has been included for a while)
m (Added to comp&int category, bolded text)
Line 1: Line 1:
{{IDE}}{{implementation|BASIC}}
{{IDE}}{{implementation|BASIC}}[[Category:Compilers and Interpreters]]
QuickBasic is a [[BASIC]] compiler/interpreter. It should not be confused with [[QBasic]], which is purely an interpreter. An [[IDE]] has been included with QuickBasic since version 2.0.
'''QuickBasic''' is a [[BASIC]] compiler/interpreter. It should not be confused with [[QBasic]], which is purely an interpreter. An [[IDE]] has been included with QuickBasic since version 2.0.

Revision as of 05:26, 9 March 2008

QuickBASIC is an example of an Integrated Development Environment, a class of software which typically combines enhanced editing and debugging features.
QuickBASIC is an implementation of BASIC. Other implementations of BASIC.

QuickBasic is a BASIC compiler/interpreter. It should not be confused with QBasic, which is purely an interpreter. An IDE has been included with QuickBasic since version 2.0.