On Thu, Jan 22, 2009 at 12:53 PM, ron minnich <rminn...@gmail.com> wrote:
> I ask this every time I hit this piece of code, I think. But what the heck:
>
>  if(seed <- 0)
>    seed = seed + m_31;
>
> what's wrong with this code?

<- is a unary operator.

russ

Reply via email to