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

[REBOL] Re: Sameness - a pragmatic approach.

From: rotenca:telvia:it at: 12-Feb-2003 16:50

Hi Gabriele,
> are "rendered" differently by mold but are still equal, in the > same way the two words "a" and "aaa" are equal once the alias is > created.
I agree. Is interesting for me to note this: alias 'a "aaa" o: context [aaa: 4] o/a ;==4 o2: context [a: 5] o2/aaa ;==5 --- Ciao Romano