POSITION:028,114
COLOUR:STANDARD
TEXT:00,To declare a variable named "grab_bag" that can hold both atoms and
TEXT:16,sequences, we enter:
COLOUR:EUPHORIA
TEXT:32,     object grab_bag
COLOUR:STANDARD
TEXT:32,To declare a variable named "Whole_Numbers" that can hold integer atoms
TEXT:16,between -1073741824 and 1073741823, we enter:
COLOUR:EUPHORIA
TEXT:32,     integer Whole_Numbers
COLOUR:STANDARD
TEXT:32,When dealing many variables of the same type, you can declare them all
TEXT:16,with one variable type followed by a series of variable names.
