Putting Information Into
Variables
We can put information into variables using
a number of methods.
The easiest method
is the assignment method.
The syntax is:
•
•
VariableName
:=
Value
;
•
This method is used within the main
program code area.