Login
Remember
Register
Ask a Question
Is this operation valid
0
votes
asked
Apr 21, 2022
in
Scala Constructs
by
sharadyadav1986
Is this operation valid
var s = "String 1"
...
...
s = "String 2"
................
scala-operation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 21, 2022
by
sharadyadav1986
Yes, it is valid expression in Scala
...