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 22:42

Hi Gabriele, ----- Original Message ----- From: "Gabriele Santilli" ...
> If you are passing it THE SAME value, then it is reflexive, of > course. But if you are not, then there's no breaking the rule. So > if: > > same? a a > > means actually passing two different values, I don't see it > breaking the reflexive rule. If they are the same value, instead, > then it would be correct to return TRUE.
Nevertheless, you aren't able to supply any value B such that your GSAME? would return TRUE, am I right? gsame? 1 b That means, that the GSAME? isn't reflexive for the integer 1 as I see it. Regards -L