You can declare variables (such as x in the above main() function) with var to create a mutable value, or with let to create an immutable value.
You can declare variables (such as x in the above main() function) with var to create a mutable value, or with let to create an immutable value.