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

[REBOL] Re: CORE 2.5.2 Bugs/Enhancements

From: rotenca:telvia:it at: 7-May-2002 15:04

Hi,
> --> use [a] [a: third :bind repend a/words [any-word!]]
Interesting, it works also in current version, but more interesting: use [a] [a: third :bind repend a/words [any-word!] change a/known-word reduce [any-word!] ] b: 2 o: context [a: 1 b: 1 ] probe get bind 'b first bind [:a] in o 'a probe get bind 'b first bind [a:] in o 'a probe get bind 'b first bind ['a] in o 'a Eureka! --- Ciao Romano