Hi folks,
as i sill playing with
rebol and reading your good old
mails- (btw, would it make sense
to send the newcomers your http://www.escribe.com/internet/rebol/
url ar registration?)
i found this:
(looking actually for easy listing of object members
may be,  rather silly idea - one knows his objects:-)
    l: [1 2 ]
    pick l 0
    ==none
now,

    obj: make object! [
        name: none
        age:none]
    pick obj 1     ; == [self name age]
    pick obj 0
    bum!

Sincerely
Sascha.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to