Difference between revisions of "Comma"

From Lazarus wiki
Jump to navigationJump to search
(New page: <div style="float:left; margin: 0 25px 20px 0; padding:40px; font-size:500%; font-family: Georgia; background-color: #f9f9f9; border: 2px solid #777777;">,</div> The symbol , (pronounced ...)
 
Line 4: Line 4:
  
 
* It is used to separate the [[Variable|variables]].  
 
* It is used to separate the [[Variable|variables]].  
 +
* It is used to separate the [[Const|constant]] in [[Case]] statement.
 
    
 
    
  
 
{{Symbols}}
 
{{Symbols}}

Revision as of 09:55, 17 August 2008

,

The symbol , (pronounced "comma") is used in Pascal in several ways.



navigation bar: topic: Pascal symbols
single characters

+ (plus)  •  - (minus)  •  * (asterisk)  •  / (slash)
= (equal)  •  > (greater than)  •  < (less than)
. (period)  •  : (colon)  •  ; (semi colon)
^ (hat)  •  @ (at)
$ (dollar sign)  •  & (ampersand)  •  # (hash)
' (single quote)

character pairs

<> (not equal)  •  <= (less than or equal)  •  := (becomes)  •  >= (greater than or equal)

 •  >< (symmetric difference)  •  // (double slash)