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