CM_ "<Comments>";
CM_ "(* // multi-line comments // will inhibit parsing between delimiters*)";
Comments are applied globally, or at the document level, by default. By specifying a scope level after the CM_
keyword, however, the comment may be scoped to a specific Node, Message, or even an individual Signal. Examples are below.
CM_ BU_ Vector__XXX "These are comments attributed only to the Vector__XXX node.";
CM_ BU_ Vector__XXX "(* This is a multi-line comment (aka _block_ comment), also scoped to the Vector__XXX node. Comment blocks are really handy, once you know how to use them :)*)";
CM_ BO_ <CAN-ID> "<Comments>";
CM_ SG_ <CAN-ID> <SignalName> "<Comments>";