Rules for entering a BASIC program

The following rules apply in writing a BASIC program.

i. Each statement is written on a separate line.

ii. Every statement 1egins with a line number followed by a space and ASIC reserved word. Reserved words are also known as keywords.

iii. Statement be written in any order but will be executed in increasing order of line numbers.

iv. End statement should be the last statement in every program

Leave a Comment

not allowed!