1
var luku = 10
2var tupla = luku * 2
3luku = 3
4println(tupla)
5tupla = luku * 2
6println(tupla)
10
2
3
Literaalit
Int
*
Predef
println(x)