(defclass multiple-value-call-form (form) ((func :accessor func :initarg :func) (arguments :accessor arguments :initarg :arguments)))