'''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.