#

Specify a comment.

Syntax

# string  

Parameters

string

A string ending with a newline.

Description

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.


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.