Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Puzzle with FIND and SELECT

From: lmecir:mbox:vol:cz at: 10-Feb-2003 18:46

Hi Joel, not that I want to be picky, but: ----- Original Message ----- From: "Joel Neely"
> I didn't mean that SAME? was the whole answer, but that it can be > used to obtain the answer. To use your example: > > >> a: [1 2] == [1 2] > >> b: next a == [2] > > as you point out... > > >> same? a b == false > > but... > > >> same? head a head b == true > > which is all I meant. > > -jn-
In this case, but there are different cases, where the things get more complicated, e.g. words, series, etc. Regards -L