parsing strings

Iavor Diatchki diatchki@cse.ogi.edu
Wed, 30 Jul 2003 18:44:52 +0000


hello,

there seems to be a problem when parsing multi-line strings:
in the first string there is no space after the \,
while in the second there is.  i tried this on linux,
with the july version of hugs.

 > probelm = "hello \
 >           \world"

 > noproblem = "hello \
 >             \world"


the error i get is:
"Illegal character escape sequence "\w"

bye
iavor

-- 
==================================================
| Iavor S. Diatchki, Ph.D. student               |
| Department of Computer Science and Engineering |
| School of OGI at OHSU                          |
| http://www.cse.ogi.edu/~diatchki               |
==================================================