>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, KishReceived 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