On Wed, Feb 11, 2004 at 11:03:49AM +0100, Tom Payne wrote: > How should string equality be tested on your system?
from test(1):
STRING1 = STRING2
the strings are equal
There can be no confusion with assignment, as they are
lexically different (ie you can't make assignments where a
comparison is expected, and vice-versa).
Y.
