-
Notifications
You must be signed in to change notification settings - Fork 7
commentChar()
CreativeRobotics edited this page Sep 5, 2020
·
1 revision
Commander& commentChar(char cmtChar)
char commentChar()
Set or get the character used to mark the start of a comment. By default this is the '#' character.
Commander will not look for a command in any lines that begin with this character so they are effectively ignored.
If command chaining is used, the comment character will break the chain.