Full BASIC

From Rosetta Code
Revision as of 10:27, 3 August 2019 by rosettacode>Scruss (Full BASIC (ANSI/ECMA) is different enough from the MS de facto standard that it needed a page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

Compare with Minimal BASIC.