Greater than
From Lazarus-ccr
>
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: * (asterisk) — := (becomes) — : (colon) — = (equal); — > (greater than) — < (less than) — - (minus) — <> (not equal) — . (period) — + (plus) — ; (semi colon) — / (slash)
