| Hi all, I just 'discovered' Arc today & have been reading up on it; I'm quite surprised with how closely it aligns with my way of thinking, given my lack of experience. :) Anyway, I got the impression that pretty-much anything you could do to a list, you could also do to a string. I was puzzled, then, when I came across this in tut.txt: +------------
The standard comparison operator is is, which returns true if its
arguments are identical or, if strings, have the same characters. [snip examples] Note that is returns false for two lists with the same elements.
There's another operator for that, iso (from isomorphic).
+------------ Why the difference? |