On May 14, 12:16=A0pm, vlsidesign <ford...@[EMAIL PROTECTED]
> wrote:
> I believe in C, an assignment expression returns the value of the left
> side of the assignment. For example, a =3D 2, would return 2.
>
> If this is true, is Skill similar? For instance, if I have the
> following, a =3D nil, would it return nil ?
It seems like it would return nil but for different reason than C. I
believe it returns the value of the expression on the right side that
happens to be what is assigned to a.


|