[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:
[REBOL] Re: Object "names" ?From: sqlab:gmx at: 29-May-2009 8:15
|