Constants
constants
When you do not want others (or yourself) to override existing variable values, use the const
keyword. This will
declare the variable as "constant", which means unchangeable and read-only.
1 2 3 |
|
1 2 3 |
|
1 2 3 4 |
|
1 2 3 4 |
|
1 2 3 4 |
|
1 2 3 |
|
1 2 3 |
|
1 2 |
|
1 2 3 |
|