Difference between revisions of "&&"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Products)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=&&=
 
 
 
==Class==
 
Applications
 
 
 
 
==Purpose==
 
==Purpose==
 
Add comments to a program to improve its readability and maintainability
 
Add comments to a program to improve its readability and maintainability
Line 24: Line 17:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
&& open the tableuse patrons index names && view in name order
+
&& open the table
 +
use patrons index names && view in name order
 
</code>
 
</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Applications]]
 +
[[Category:Applications Commands]]

Latest revision as of 13:00, 10 November 2009

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 table
use patrons index names && view in name order


Products

Recital Server, Recital