[Tutor] tutor 3.2

Moshe Zadka Moshe Zadka <mzadka@geocities.com>
Thu, 17 Feb 2000 00:03:23 +0200 (IST)


On Wed, 16 Feb 2000, emack wrote:

> I'm a beginner [don't know anything about "C"} and i read in 3.2 of the
> tutorial "The standard comparison operators are written the same as in C:
> <, >, ==, <=, >= and !=. "  I'm guessing that != means "is not equal
> to". Is that correct?  Of course i'll find out if/when i see it used,
> maybe.
> regards, 
> abu

Yes, != is not equal. You can also use <>, but it's less popular.

Note that == is the equality operator, not =, which is assignment.
--
Moshe Zadka <mzadka@geocities.com>. 
INTERNET: Learn what you know.
Share what you don't.