[EMAIL PROTECTED] wrote:

> Hi Guys!
>
> I´ve seen The word "does"  a few times with objects. Can somone tell me
> where to look up info on it? its not in the core dictionary or users guide.
>

->> source does
does: func [
    {Defines a function that has no arguments or locals.}
    [catch]
    body [block!] "The body block of the function"
][
    throw-on-error [make function! [] body]
]

->>

>
> Sharriff Aina
> med.iq information & quality in healthcare AG

Reply via email to