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

[REBOL] Re: Enigma about Ladislav sameness

From: lmecir:mbox:vol:cz at: 28-May-2002 8:40

Hi Romano, nice. Thanks for pointing that out. I will let the others to find the solution. Do you think that I should modify MUT-EQUAL1? a bit to correct this? Ciao -L ----- Original Message ----- From: "Romano Paolo Tenca" Hi, I have an enigma about Ladislav's mut-equal1? (from http://www.rebolforces.com/~ladislav/evaluation.html) b ;== "1" string? b ;== true identical? a b ;== false same? a b ;== false equal-state? a b ;== false strict-equal? a b ;== false equal? a b ;== false and: mut-equal? a b ;== false But: mut-equal1? a b ;== true What is 'a? --- Ciao Romano