Function Parse-Body

Part of:

package cl-rdbms
( parse-body < body > &key < documentation > < whole > )
Parses BODY into (values remaining-forms declarations doc-string).
Documentation strings are recognized only if DOCUMENTATION is true.
Syntax errors in body are signalled and WHOLE is used in the signal
arguments when given.