REM statement

REM statements are used for writing comments or remarks.
Example.

10 REM This is a comment.
20 END


(Note)REM statements can be replaced by tail comments.