 The <code>format</code> function is a built-in Lisp function that does formatted output.  Try to figure out how it works.  (Hint:   use the Common Lisp manual to get the manual page for <tt> format</tt>.  The <A NAME=tex2html4 HREF="http://www.cs.washington.edu/education/courses/341/spring96/help/emacs-lisp.html">tutorial</A> will tell you how. We'll discuss it in class. <P>
