Features of BASIC

BASIC has following features in compared with C or Java.

(1) Letter case (upper of lower) has no meaning in BASIC.

(2) Line break has meaning.
When a content is written separated in multiple lines, special notation is used.

(3) An overflow on a numerical operation causes an exception.

(4) A function definition and a subprogram have different features.


Back