Subject: Re: line-break string-literal
From: Erik Naggum <erik@naggum.no>
Date: 1999/10/25
Newsgroups: comp.lang.lisp
Message-ID: <3149852351074109@naggum.no>

* Frode Vatvedt Fjeld <frodef@acm.org>
| Is it possible to line-break a string-literal in Common-Lisp, such
| that the reader will recognize it as a single string?

  if you want to know if newlines are allowed in string literals in Common
  Lisp, the answer it yes, they are, and they need no special treatment.

#:Erik