[REBOL] Antwort: Rebol Bug-List Re:(3)
From: petr:krenzelok:trz:cz at: 13-Oct-2000 15:11
[Sharriff--Aina--med-iq--de] 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] ] ->>