Category:QuickBASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added interpreter and compiler templates)
({{IDE}})
Line 3: Line 3:
{{compiler}}
{{compiler}}
{{interpreter}}
{{interpreter}}
{{IDE}}

Revision as of 06:52, 23 January 2007

QuickBasic is a BASIC compiler/interpreter. It should not be confused with QBasic, which is purely an interpreter.

QuickBASIC is an example of a compiler. You may find the programming tasks that have been solved using it here.

Template:Interpreter

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