POSITION:028,114
COLOUR:STANDARD
TEXT:00,It is also legal to assign a sequence variable the following value:
COLOUR:EUPHORIA
TEXT:32,sequence Mister_No_Elements
TEXT:32,Mister_No_Elements = {}
COLOUR:STANDARD
TEXT:32,This is an example of a sequence value with no elements. You would use
TEXT:16,this approach to assign a sequence variable an "empty" value before using
TEXT:16,it in the program. It's similiar to setting an atom variable with a zero
TEXT:16,value.
TEXT:32,If you wanted to store a sequence value that was a person's name, address
TEXT:16,or city of residence, you could use the previously mentioned character
TEXT:16,string method to represent a sequence value.

