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

Related questions

+1 vote
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal
0 votes
asked Feb 20, 2022 in Amazon ECS and Storage Gateway by rajeshsharma
...