%days = ( 'M', "Monday", 'T', "Tuesday" );
Yields ( 'M', 'T' ) and places it in the array letters
Yields ( "Monday", "Tuesday" ) and places it in the array names