Comment déclarer une variable constante dans Scala

val myval : String = "Immutable"
Asir In Tisar