In Scala, every defined variable has to be initialized at the point of its definition.
For instance, the statement var x: Int; is not regarded as a variable definition,
because the initializer ismissing
For instance, the statement var x: Int; is not regarded as a variable definition,
because the initializer ismissing