var opt : Int? = nil // use "nil" to represent no value
opt = 5 // or simply assign a value to the optional type