Re: [\n]

From: Kish Shen <ks15_at_icparc.ic.ac.uk>
Date: Mon 27 Nov 2000 01:31:43 PM GMT
Message-Id: <E140ONj-0002AW-00@holborn.icparc.ic.ac.uk>
>Syntax errors occur with [\n]:

I think this is expected: if you want \n as an element of the list, it
should be enclosed in quotes (atom) or double quotes (string) ('\n' or
"\n"). 

If what you want is [], then this is an atom and can't be seperated by a \n.
If all you want is a newline, then the next token should be a list element,
not ], hence the unexpected token error.

Cheers,

Kish
Received on Mon Nov 27 13:31:45 2000

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:02 PM GMT GMT