POSITION:150,178
COLOUR:STANDARD
IMAGE:graphics\point.bmp
POSITION:450,210
IMAGE:graphics\point.bmp
POSITION:419,274
IMAGE:graphics\point.bmp
POSITION:028,114
TEXT:00,Sequences always start with a "{", have commas or "," separating
TEXT:16,each individual data object, and a closing "}". Here are some examples ",
TEXT:16,of sequences:
COLOUR:POINTS
TEXT:32,                     A sequence made up of atoms.
COLOUR:EUPHORIA
TEXT:00,{2,4,6,8,10}
COLOUR:POINTS
TEXT:32,                                                           A sequence
COLOUR:EUPHORIA
TEXT:00,{{31,32,33,34,35},{41,42,43},{51,52,53,54,55,56}}
COLOUR:POINTS
TEXT:16,     that is made up of three smaller sequences,
TEXT:16,     namely                 ,           , and                    .
COLOUR:EUPHORIA
TEXT:00             {31,32,33,34,35}  {41,42,43}      {51,52,53,54,55,56}
TEXT:32,{{100,101,102},200,{301,302,{-401,-402},303}}
COLOUR:POINTS
TEXT:00,                                                       A sequence
TEXT:16,     that is made up of both an atom and two
TEXT:16,     sequences, namely              ,    , and                          .
COLOUR:EUPHORIA
TEXT:00,                       {100,101,102}  200      {301,302,{-401,-402},303}
COLOUR:STANDARD
TEXT:32,Notice that the third sequence example has a sequence within a sequence
TEXT:16,as the third element.
