Support for C-Style In-Line Comments

C-style comments can now be used in WebFOCUS procedures.

This type of comment is enclosed within an opening /* tag (slash followed by asterisk) and a closing */ tag (asterisk followed by slash). A C-style comment can appear anywhere and span multiple lines.

Example: Placing C-Style Comments in a Procedure

The following example places C-style comments in a procedure.

TABLE FILE WF_RETAIL /* this is a multi-line comment
that will not interfere with processing and will be ignored
until the comment is closed with */
SUM /* Another comment */ COGS_US 
   .
   .
   .

WebFOCUS

Feedback