Hi Steven,

Steven White wrote:
>>Andrew Martin
> 
> 
>>Anything else you'd want on your wish list for Rebol 3?
> 
> 
> I would like my script to be able to obtain a list of all the words
> that I created when I wrote the script.  
<...>

Do you mean something like this?

 >> query/clear system/words
== [end! unset! error! datatype! context! native! action! routine! op! 
function! object! struct! library! port! any-type! any-word!...
 >> a: 2
== 2
 >> set 'b "hi"
== "hi"
 >> c: func[][print 'done]
 >> query system/words
== [c a b]


Kind regards,

Ingo

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to