POSITION:028,114
COLOUR:STANDARD
TEXT:00,Sequences can be represented in the form of a character string, like the
TEXT:16,text you are reading now. Character strings begin with a quotation mark
TEXT:16,("), followed by any numbers, letters or special characters, then
TEXT:16,ended with a second quotation mark. The character string is translated
TEXT:16,by Euphoria to the sequence's real form automatically. For example,
TEXT:16,the following two values:
COLOUR:POINTS
TEXT:32,      "David Alan Gay"
TEXT:16,      {68,97,118,105,100,32,65,108,97,110,32,71,97,121}
COLOUR:STANDARD
TEXT:32,are identical in value. They only differ in the way they are presented.
TEXT:16,The numbers in the second value are the ASCII codes of each character.
TEXT:16,ASCII is a convention that assigns each character, displayable or not,
TEXT:16,a numeric code. This convention was created to ensure that all computers,
TEXT:16,no matter who made them, will display data the same way. ASCII stands
TEXT:16,for  merican  tandard  ode for  nformation  nterchange.
COLOUR:POINTS
TEXT:00,    A        S        C        I           I
