[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Why is "]" == "\]"?
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Why is "]" == "\]"?
- From: Oliver Andrich <andrich@informatik.uni-koblenz.de>
- Date: Tue, 28 Feb 95 17:06:37 MET
Helloo everybody!
What is the reason for the following?
"]" == "\]"
All tests said, that these two strings are equal. But how could I
parse strings where "]" is command character or so but "\]" is legal
syntax for using "]" as a normal character?
BTW, i don't want to convert a strings to list, I want to use such
nice features as char or aref when I am using vector.
Bye, Oliver