Difference between revisions of "&&"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
(Products)
Line 22: Line 22:
  
  
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Applications]]
 
[[Category:Applications Commands]]
 

Revision as of 11:32, 25 October 2011

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