list insert( new, pq ) list new, pq; {new->next = pq; return( new );}