◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── ' This example shows two equivalent remark statements. ' Note: You must precede a REM statement at the end of a line with a colon. CLS ' Clear the screen REM This is a comment ' This is also a comment PRINT "Test1" ' This is a comment after a PRINT statement PRINT "Test2": REM This is also a comment after a PRINT statement