;;Chapter 2, Test 7, Pg 18 (deftest test-output () (check (stringp (format nil "%A * %A = %A" 2 8 (* 2 8)))));does format return a string, as well as evaluation of parameters pre passing to format