Cómo hacer una variable inmutable en Scala
val myval : String = "Immutable"
Asir In Tisar
val myval : String = "Immutable"