How would I express a chained assignment in Scala?

Posted by someguy on Stack Overflow See other posts from Stack Overflow or by someguy
Published on 2010-03-14T13:38:46Z Indexed on 2010/03/14 15:15 UTC
Read the original article Hit count: 257

Filed under:
|
|

How would I express the following java code in scala?

a = b = c;

By the way, I'm re-assigning variables (not declaring).

© Stack Overflow or respective owner

Related posts about scala

Related posts about assignment