Isīnt this the same as defining an unamed function without arguments?

Sharriff Aina
med.iq information & quality in healthcare AG
Gutenbergstr. 42
41564 Kaarst
tel.: 02131-3669-0
fax: 02131-3669-599
www.med-iq.de


                                                                                       
                            
                    Petr.Krenzelo                                                      
                            
                    [EMAIL PROTECTED]             An:     [EMAIL PROTECTED]                        
                            
                                         Kopie:                                        
                            
                    13.10.00             Thema:  [REBOL] Antwort: Rebol Bug-List 
Re:(3)                            
                    14:11                                                              
                            
                    Bitte                                                              
                            
                    antworten an                                                       
                            
                    list                                                               
                            
                                                                                       
                            
                                                                                       
                            






[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