| If a line containing a only a line label and a Remark is branched to, then the execution of the program continues with the first executable statement following the Remark. Remarks take up no program space in the ooPICs EEPROM. Basic Syntax: If the Rem keyword follows other statements on a line, it must be separated from the statements by a colon. After the Rem keyword, a space is required before any comments. C and Java Syntax: The characters /* start a comment, which terminates with the characters */. These comments do not nest. |