Difference between revisions of "&&"

From Recital Documentation Wiki
Jump to: navigation, search
(No difference)

Revision as of 10:52, 19 March 2009

&&

Class

Applications


Purpose

Add comments to a program to improve its readability and maintainability


Syntax

&& <expC>


See Also

*, //, /*...*/, NOTE


Description

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

&& open the tableuse patrons index names && view in name order


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer