Specify a comment.
# string
string |
A string ending with a newline. |
The hash character (#) specifies a comment. The debugger ignores any text after an unquoted hash character.
When the first non-whitespace character on a line is a hash character, the debugger ignores the whole line.
Comments are useful in input files.
Copyright © 1996-2010, Intel Corporation. All rights reserved.