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

[REBOL] Re: Rebol/Gotcha Handling previously defined words

From: ammon:addept:ws at: 10-Dec-2003 12:51

No, because he isn't redefining the word in the global context but within another context. In order to access the original reduce from within the context he must use system/words/reduce. HTH! ~~Ammon