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

[REBOL] Re: the difference between copy* and copy

From: antonr::lexicon::net at: 27-Jul-2004 3:14

Ah yes, forgot about that; I've been using your FTP patch for so long (with no problems, I might add). The main idea is still correct; COPY was redefined, and it is a good example of a clash between the dialects of two contexts, the global context and the FTP handler context. If the words are the same but mean different things, then the dialects "fight" each other a bit, and mistakes can be made in the confusion. Anton.