Progress
Language Reference
/* Comments */
Allows you to add explanatory text to a procedure between the /* and */ characters.
SYNTAX
comment
Descriptive text.
NOTE: Comments may be nested. EXAMPLESThis example uses comments to document the history of procedure modifications.
The following example uses comments to describe what the procedure does.
The comment symbols that enclose the inner FOR EACH block turn that block into a comment for testing purposes. Since you can nest comments, Progress correctly processes any comments already in the bypassed code.
NOTE
You can nest comments.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |