POSITION:028,114
COLOUR:STANDARD
TEXT:00,But expressions can also be more than just a special representation of
TEXT:16,a single value. They can be the result of very complex arithmetic
TEXT:16,calculations. In this case, expressions are a combination of numbers,
TEXT:16,other variables, and special arithmetic operators. In Euphoria, the
TEXT:16,following symbols listed below are arithmetic operators:
COLOUR:EUPHORIA
TEXT:32,     +
COLOUR:POINTS
TEXT:00,         addition
COLOUR:EUPHORIA
TEXT:16,     - 
COLOUR:POINTS
TEXT:00,         subtraction
COLOUR:EUPHORIA
TEXT:16,     *
COLOUR:POINTS
TEXT:00,         multiplication
COLOUR:EUPHORIA
TEXT:16,     /
COLOUR:POINTS
TEXT:00,         division
COLOUR:STANDARD
TEXT:32,Let's put these operators to use in the program example on the
TEXT:16,following page.

