See all articles from Syntax/Syntax ZX80 v2 n1
REM statements can be useful tools for beginning programmers, REM stands for REMark. You can also think of it as REMinder or REMember. The computer does not execute REM statements. It will ignore anything you write after REM in any line. Use REM to write notes to yourself about the functions of various parts of your program.