13,420
edits
Changes
→Integer Variables
:#Now we will make a new variable and try some math:<source>
sum = num1 + num2
</source><br>This will add the values contained in the variables together, providing a sum. However you will note that there is no output. First lets inspect the new value.<br>
:#Enter the following command:<source>
sum