POSITION:030,114
IMAGE:graphics\image05.bmp
POSITION:200,114
COLOUR:STANDARD
TEXT:00,This chapter begins the topic of placing values
TEXT:16,in atom variables. But first, an important note.
TEXT:16,Even though this chapter uses atom variables in the
TEXT:16,examples, what you learn here also pertains to
TEXT:16,object type variables. You can also use integer
TEXT:16,variables, but remember that integer variables
TEXT:16,only hold positive and negative whole numbers.
TEXT:32,To place values in atom (and in other types of)
TEXT:16,variables, you use an "assignment statement".
X_ADJUST:028
TEXT:32,The concept of assignment statements is really quite easy to follow.
TEXT:16,Here is the syntax of the assignment statement listed below:
COLOUR:POINTS
TEXT:32,             variable     expression
COLOUR:EUPHORIA
TEXT:00,                       =

