CONTENTS | INDEX | PREV | NEXT

SYNTAX            : ! STRING ESC

RESULTING ARGUMENT: None

FUNCTION          : Skip all characters following ! up to and including
                    the first ESC encountered. This command allows the
                    inclusion of comments in a command-file.

EXAMPLE           : ! This is a comment ESC
                    Ignore the string This is a comment.

NOTE              : Comments are terminated by ESC only, not by RETURNS.

MATRIX