English
Language : 

NSB8 Datasheet, PDF (64/158 Pages) List of Unclassifed Manufacturers – BASIC interpreter for Z80 family
REM
grifo®
ITALIAN TECHNOLOGY
STATEMENT:
REM <optional line of any text>
ACTION:
None. REM statement are ignored by BASIC.
EXAMPLES:
10 REM THE REM STATEMNT IS USED TO
20 REM INSERT COMENTS IN A PROGRAM.
30 REM FOR EXAMPLE —
35 REM
40 N=G-W \ REM NET GETS GROSS LESS WITHHOLDING
45 REM
70 REM Lower case letters are ok in REMs.
REMARKS:
As can be seen from example line 40, a REM may be included on the same line as other BASIC
statements, however, it must always be the last statement on a line. The reason for this is, all text after
the REM is ignored by BASIC. Therefore, any statements which appear after a REM on the same
line will not be executed.
As with other NSB8 statements, the characters “:”, “;”, “[“ and “]” are traslated to “\”, “,” , “(“ and
“)”, respectively , within REM text.
ERROR MESSAGES:
None.
Page 52
NSB8
Rel. 5.10