BASICA: Difference between revisions

From Rosetta Code
Content added Content deleted
(stub)
(added links to cat:gw-basic; other minor edits)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{implementation|BASIC}}
{{stub}}
'''BASICA''' is a [[:Category:BASIC|BASIC]] [[interpreter]] developed by [[Microsoft]] and included with early versions of [[DOS|PC-DOS]]. It requires ROM BASIC (a BASIC interpreter contained in a ROM chip; a standard feature of the earliest [[IBM]] PCs) to function correctly. After a few years, BASICA was superseded by [[:Category:GW-BASIC|GW-BASIC]]. (GW-BASIC is identical to BASICA, except that where BASICA requires ROM BASIC, GW-BASIC is entirely contained within the interpreter itself. It was included with several versions of DOS, and was eventually superseded by [[QuickBASIC#QBasic|QBasic]].)


==See also==
{{Interpreter}}
* [[wp:IBM BASICA|BASICA on Wikipedia]]

Latest revision as of 07:43, 7 October 2011

BASICA is an implementation of BASIC. Other implementations of BASIC.

BASICA is a BASIC interpreter developed by Microsoft and included with early versions of PC-DOS. It requires ROM BASIC (a BASIC interpreter contained in a ROM chip; a standard feature of the earliest IBM PCs) to function correctly. After a few years, BASICA was superseded by GW-BASIC. (GW-BASIC is identical to BASICA, except that where BASICA requires ROM BASIC, GW-BASIC is entirely contained within the interpreter itself. It was included with several versions of DOS, and was eventually superseded by QBasic.)

See also