4-241 Detailed explanation of command words
4MELFA-BASIC IV
Rem (Remarks)
[Function]
Uses the following character strings as comments.
[Format]
[Terminology]
<Comment> Describe a user-selected character string.
Descriptions can be made in the range of position steps.
[Reference Program]
1 Rem ***MAIN PROGRAM***
2 ' ***MAIN PROGRAM***
3 Mov P1 ' Move to P1.
[Explanation]
(1) Rem can be abbreviated to be a single quotation mark (') .
(2) It can be described after the instruction like an 30 step in reference program.
Rem[][<Comment>]