Re: what is the assignment expression return value?
- From: vlsidesign <fordgwf@xxxxxxxxx>
- Date: Wed, 14 May 2008 14:55:09 -0700 (PDT)
On May 14, 12:16 pm, vlsidesign <ford...@xxxxxxxxx> wrote:
I believe in C, an assignment expression returns the value of the left
side of the assignment. For example, a = 2, would return 2.
If this is true, is Skill similar? For instance, if I have the
following, a = 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.
.
- Follow-Ups:
- Re: what is the assignment expression return value?
- From: Andrew Beckett
- Re: what is the assignment expression return value?
- References:
- what is the assignment expression return value?
- From: vlsidesign
- what is the assignment expression return value?
- Prev by Date: Re: querying cdb using perl ?
- Next by Date: Re: what is the assignment expression return value?
- Previous by thread: what is the assignment expression return value?
- Next by thread: Re: what is the assignment expression return value?
- Index(es):
Relevant Pages
|
|