1# Override the value
2key.word = 1,2,4
3key.word := 2,3
4
5# No pre-defined key
6key.new.word := "new"
7