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: lmecir:mbox:vol:cz at: 8-May-2002 15:05

It is incredible, how easily can Rebol be enhanced sometimes :-) Frank, thanks for the idea and Romano, thanks for the generalization. Romano, you should send it to feedback. -L ----- Original Message ----- From: "Romano Paolo Tenca" 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