Is it safe to say that there are two types of variable in Swift ?
- variable
- Constant
Can constant be reffered to as a type of variable?
I ask this question because in programming world, variable can be define as data container (way to hold and store data).
Need more light shed on this to clear all doubt.