Changes

Swift Data Types, Constants and Variables

150 bytes removed, 17:47, 13 April 2015
Declaring Constants and Variables
</pre>
Constants are declared using the let keyword. A value must be assigned to a constant at the point at which it is declared and, once initialized, the assigned value cannot subsequently be changed:
<pre>