Difference between revisions of "Comment Block"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Applications | Applications | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[&&]], [[*]], [[Double Slash Comment|//]], [[NOTE]] |
Revision as of 14:56, 24 March 2009
Class
Applications
Purpose
Comment block
Syntax
/* <statements> */
See Also
Description
The /*...*/ command allows comment blocks to be inserted in programs to enhance their readability and maintainability. The /* denotes the start of the comment block, the */ the end of the comment block. All characters between the two comment block delimiters are treated as comments and ignored by the Recital/4GL. The /*...*/ command differs from the // command, and the && command, in that it can deal with multi-line comments.
Example
/* open the table and view in name order */ use patrons index names
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer