Function: COMMON-LISP:PPRINT-LINEAR

package type clhs github

Output LIST to STREAM putting :LINEAR conditional newlines between each element. If COLON? is NIL (defaults to T), then no parens are printed around the output. ATSIGN? is ignored (but allowed so that PPRINT-LINEAR can be used with the ~/…/ format directive.

Lambda list

(stream list &optional sb-pretty::colon? sb-pretty::atsign?)