Is there any way to use 'help on a function which is a value in an 
object! datatype?

Using 'help only tells me the function is a path of the object!

>> test: make object! [
[    test-function: func [][
[        print "test"
[        ]
[    ]
>> test/test-function
test
>> help test/test-function
test/test-function is a path


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

Reply via email to