From Recital Documentation Wiki
|
|
| Line 1: |
Line 1: |
| − | =//=
| + | {delete} |
| − | | + | |
| − | | + | |
| − | ==Class==
| + | |
| − | Applications
| + | |
| − | | + | |
| − | | + | |
| − | ==Purpose==
| + | |
| − | Comment line
| + | |
| − | | + | |
| − | | + | |
| − | ==Syntax==
| + | |
| − | // <expC>
| + | |
| − | | + | |
| − | | + | |
| − | ==See Also==
| + | |
| − | [[*]], [[&&]], [[/*...*/]], [[NOTE]]
| + | |
| − | | + | |
| − | | + | |
| − | ==Description==
| + | |
| − | The // command allows comment lines to be inserted in programs to enhance their readability and maintainability. Like the && command, the // command allows all characters following it on a line, to be treated as a comment and to be ignored by the Recital/4GL. The // command differs from the NOTE command, and the * command, in that it can be placed anywhere on a line, even following an executable command.
| + | |
| − | | + | |
| − | | + | |
| − | ==Example==
| + | |
| − | <code lang="recital">
| + | |
| − | // open the table
| + | |
| − | use patrons index names
| + | |
| − | // view in name order
| + | |
| − | </code>
| + | |
| − | | + | |
| − | | + | |
| − | ==Products==
| + | |
| − | Recital Database Server, Recital Mirage Server, Recital Terminal Developer
| + | |
| − | [[Category:Documentation]]
| + | |
| − | [[Category:Commands]]
| + | |
Latest revision as of 10:41, 19 March 2009
{delete}