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

[REBOL] Removing members from a context

From: GedB:Rushcoding at: 30-May-2007 11:08

Hi, I'm just getting to grips with contexts and the like, and I have a quick question. Given a context, like t: context [a:1 b:2 c:3], is it possible to remove one of the members. For example removing b so that t is [a:1 c: 3]? Thanks, Ged.