Function definition  rest arguments
 
 
CL-USER(15): (defun board-dimensions (length width
               (print "The list of those to do the work follows:")
               (print who-is-to-do-the-work)  
CL-USER(16): (board-dimensions 8 12 'donald 'louie 'dewey)
"The list of those to do the work follows:"