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

[REBOL] Re: Object "names" ?

From: sqlab:gmx at: 29-May-2009 8:15

You could append the unevaluated object names in addition too as in append append objs 'a a .. then you can cycle with foreach [name obj] objs [print name] Kai Peters wrote: