POSITION:028,114
COLOUR:STANDARD
TEXT:00,This chapter not only taught you how to assign values to sequence type
TEXT:16,variables, it also showed you how powerful sequences can be in data
TEXT:16,manipulation. With a single Euphoria statement, you can change a series
TEXT:16,of linked values in a flash. Try doing that with a handful of atom
TEXT:16,variables!
TEXT:32,But all of this is at the top level of the sequence. How do we access and
TEXT:16,change individual elements of a sequence, or create new sequence values
TEXT:16,by joining existing atom and sequence values in our programs? Well, the
TEXT:16,next chapter will focus on these topics as we journey further in the
TEXT:16,adventure that is the Euphoria language!

