« Return to Thread: Reassignment to Val

Re: Reassignment to Val

by Randall Schulz :: Rate this Message:

Reply to Author | View in Thread

On Monday July 6 2009, Joob wrote:
> the error occurs at
>
> botin = resultat

Then I venture to guess that it is the val that you need to make a var.

In fact, I know it is, 'cause a statement like that in isolation will
alway be illegal for a val, since they get their values at the point of
declaration, never later.


Randall Schulz

 « Return to Thread: Reassignment to Val