[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newline in string literal?



David Einstein wrote:

> I'll use (format "a~nb") , it's not all that much extra work. Are \" and 
> \\ the only
> escape sequences?

Yes (that I know of, or that the documentation describes).

To find out the parameters to FORMAT, search for FPRINTF in DrScheme's
Help | Help Desk and see the options presented there.  (You can also
search for FORMAT, but it's going to refer you to FPRINTF.)

Shriram