BASICA: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added Implementation template)
(added some minimal notes)
Line 1: Line 1:
{{implementation|BASIC}}{{stub}}
{{implementation|BASIC}}{{stub}}
'''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 [[QBasic]].

Revision as of 17:49, 22 October 2009

BASICA is an implementation of BASIC. Other implementations of BASIC.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

BASICA is a BASIC interpreter developed by Microsoft and included with early versions of PC-DOS. It (apparently) requires ROM BASIC to function correctly. After a few years, BASICA was superseded by GW-BASIC, which was itself superseded by QBasic.