POSITION:030,114
IMAGE:graphics\image06.bmp
POSITION:200,114
COLOUR:STANDARD
TEXT:00,Continuing our discussion of assigning atom
TEXT:16,variables with values, we now introduce relational
TEXT:16,and logical expressions.
TEXT:32,Relational means based on comparison. For
TEXT:16,example, you can be taller than one person, yet
TEXT:16,shorter than another. Your parents are older than
TEXT:16,you, yet at the same time, you are older than
TEXT:16,your children or younger siblings.
X_ADJUST:028
TEXT:48,It works the same way in Euphoria. Is one variable value larger or
TEXT:16,smaller than an expected value? Is this value equal or unequal in a
TEXT:16,comparison with another value? Relational expressions are evaluated to
TEXT:16,one of two values: 1 for true, or 0 for false.
