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

[REBOL] Re: Why this works ?

From: antonr::lexicon::net at: 20-Nov-2005 12:53

Hi Giuseppe, Your assumption that SITE is a copy is incorrect. Each iteration through the FOREACH body block, SITE is set to a new url. Essentially, SITE is a pointer to the original url. There is no copying happening. Therefore, INSERT, REMOVE and APPEND are all working on the original urls. Anton.