> I do not understand what role ! mark does in the code..

!= is the negated form of the == operator.  Take a look at" Table
7.1 : Common comparison operators" on
http://phrogz.net/programmingruby/tut_expressions.html#expressions.

orde

On Aug 30, 12:54 pm, byung <[email protected]> wrote:
> I come across below code..
>
> while(ie.status! = "Done") do
>
> sleep(1)
>
> end
>
> Can anybody tell me what the meaning of ..
> -----------------------------------------------------------------
> ie.status! = "Done"
> -----------------------------------------------------------------
> means??
>
> I do not understand what role ! mark does in the code..

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to