0 votes
in Scala Constructs by
Is this operation valid

var s = "String 1"

...

...

s = "String 2"

................

1 Answer

0 votes
by
Yes, it is valid expression in Scala
...