Difference between revisions of "&&"

From Lianjapedia
Jump to: navigation, search
(Description)
(Purpose)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Add comments to a program to improve its readability and maintainability
 
Add comments to a program to improve its readability and maintainability
 
  
 
==Syntax==
 
==Syntax==

Revision as of 11:41, 25 October 2011

Purpose

Add comments to a program to improve its readability and maintainability

Syntax

&& <expC>


See Also

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


Description

The && command allows all characters following it on a line to be treated as a comment and to be ignored. The && command differs from 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