⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

'''Full BASIC''' is the BASIC language defined by various ANSI, ECMA and IEC standards. Its notable features include:

  • MAT keywords for matrix manipulation

  • Optional use of decimal [[floating point]] (''radix 10'') to improve numerical presentation.

Implementations include:

  • [[True BASIC]]

  • [https://hp.vector.co.jp/authors/VA008683/english/ Decimal BASIC]

  • [http://www.moria.de/~michael/bas/ Bas]

Compare with [[Minimal BASIC]].