Как объявить постоянную переменную в Scala

val myval : String = "Immutable"
Asir In Tisar