A) REM statement


REM statement is a short form for masks”. The computer ignore anything following the word REM and is used to put remarks in the program. you may use a single quotation marks (‘) instead of REM.

Example /syntax
Rem “computer ignores this sentence “


Comments

Popular posts from this blog

G) TAB function