POSITION:030,114
IMAGE:graphics\image08.bmp
POSITION:200,114
COLOUR:STANDARD
TEXT:00,Even though we devoted an entire chapter of this
TEXT:16,tutorial to the assignment of sequence variables
TEXT:16,with entire sequence values, it is actually the
TEXT:16,handling of elements that will take up most of your
TEXT:16,time when programming with sequences. This makes
TEXT:16,sense, as sequences allow the programmer to handle
TEXT:16,many individual data objects very quickly and all
TEXT:16,at once. This chapter will show you how to
TEXT:16,extract elements out of sequences and also to link
TEXT:16,them together to make new sequences.
X_ADJUST:028
TEXT:32,To start off, you need to know the Euphoria syntax required to reference
TEXT:16,individual elements of a sequence. It is shown on the next page, as it
TEXT:16,requires a considerable amount of explanation.
