Standard ECMA-55 - Minimal BASIC

Electronic version of the scanned original

ECMA-55.pdf View on GitHub

Appendix 3

Conformance

There are two aspects of conformance to this language Standard : conformance by a program written in the language, and conformance by an implementation which processes such programs.

A program is said to conform to this Standard only when

An implementation is said to conform to this Standard only when

This Standard does not include requirements for reporting specific syntactic errors in the text of a program. Implementations conforming to this Standard may accept programs written in an enhanced language without having to report all constructs not conforming to this Standard. However, whenever a statement or other program element does not conform to the syntactic rules given herein, either an error shall be reported or the statement or other program element shall have an implementation-defined meaning.

Back