NET/MASTER Network Control Language (NCL) Reference Manual
#NOTE
Panel Control Statements
6–26 106126 Tandem Computers Incorporated
#NOTE
The #NOTE panel control statement provides a means of including documentation
within a panel description file.
You can specify as many #NOTE statements as required, in any order, provided all
#NOTE statements precede the display part of a panel. The first statement in a panel
description file that is not a panel control statement determines the start of the panel
display area.
The #NOTE statement can provide a simple means of temporarily commenting out
other control statements, allowing for easy reinstatement later.
#NOTE
text
text
contains any user text that can fit on one line.
Example
The statements in the following examples place the texts “#FLD * TYPE=INPUT” and
“#FLD @ HLITE=BLINK” in a panel description file. The purpose of these #NOTE
statements is to make the original panel statements (the #FLD statements) into
comments when they are no longer required:
#NOTE #FLD * TYPE=INPUT
#NOTE #FLD @ HLITE=BLINK