Equal
From Lazarus-ccr
=
The symbol = (pronounced "equal") is used to test two values for equality. Unlike other languages, the symbol is not used to assign a value, for that, you use the symbol := (Colon immediately followed by equal, which is pronounced becomes).
Symbols: * (asterisk) — := (becomes) — : (colon) — = (equal); — > (greater than) — < (less than) — - (minus) — <> (not equal) — . (period) — + (plus) — ; (semi colon) — / (slash)
