Difference between revisions of "Greater than"

From Free Pascal wiki
Jump to navigationJump to search
 
m
Line 1: Line 1:
 
The greater than symbol, '''''>''''' is used to compare whether the value on the left side of the symbol, exceeds that of the value to the right side of the symbol, and returns the boolean value of true or false as a result.
 
The greater than symbol, '''''>''''' is used to compare whether the value on the left side of the symbol, exceeds that of the value to the right side of the symbol, and returns the boolean value of true or false as a result.
  
{{symbols}}
+
{{Symbols}}
 
 
{{stub}}
 

Revision as of 12:51, 10 January 2007

The greater than symbol, > is used to compare whether the value on the left side of the symbol, exceeds that of the value to the right side of the symbol, and returns the boolean value of true or false as a result.


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)