34,333
edits
Changes
no edit summary
== Variable Declaration and the Assignment Operator ==
<pre>
</pre>
In this instance the variable which had already been declared is asssigned assigned an integer value of 10.
In addition, the variable can be initialized at the same time that it is declared. For example:
</pre>
The above example achieves the same result as the following script sequence:
<pre>