BASICA: Difference between revisions

From Rosetta Code
Content added Content deleted
m (changed QBasic link to bypass redirect)
(added gw-basic and "see also" sections; removed stub tag)
Line 1: Line 1:
{{stub}}{{implementation|BASIC}}
{{implementation|BASIC}}
'''BASICA''' is a [[BASIC]] interpreter developed by Microsoft and included with early versions of [[DOS|PC-DOS]]. It (apparently) requires ROM BASIC to function correctly. After a few years, BASICA was superseded by [[wp:GW-BASIC|GW-BASIC]], which was itself superseded by [[QuickBASIC#QBasic|QBasic]].
'''BASICA''' is a [[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 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. GW-BASIC was eventually superseded by [[QuickBASIC#QBasic|QBasic]].

==See also==
* [[wp:IBM BASICA|BASICA on Wikipedia]]
* [[wp:GW-BASIC|GW-BASIC on Wikipedia]]

Revision as of 20:44, 1 March 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

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. GW-BASIC was eventually superseded by QBasic.

See also