Hi, Carl,

Carl Read wrote:
> 
> So, I've narrowed the error down to 'face being a function sometimes,
> but while this...
> 
>     print type? :face
> 
> gets round it for a word, I don't know how to do that for a function
> in an object.  ie, this doesn't work......
> 
>     print type? :face/pane
> 
> pane still being evaluated.
> 

    >> foo: make object! [
    [    a: 1
    [    b: 2
    [    c: func [] [a + b]
    [    ]
    >> print type? get in foo 'c
    function

HTH!

-jn-

-- 
; Joel Neely                             joeldotneelyatfedexdotcom
REBOL [] do [ do func [s] [ foreach [a b] s [prin b] ] sort/skip
do function [s] [t] [ t: "" foreach [a b] s [repend t [b a]] t ] {
| e s m!zauafBpcvekexEohthjJakwLrngohOqrlryRnsctdtiub} 2 ]
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to