Re: Reassignment to Val
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