What is the difference between let and var in Apple\'s Swift language?
let
var
In my understanding, it is a compiled language but it does not check
SIMPLE DIFFERENCE
let = (can not be changed)
var = (any time update)