Hello, Sharriff,

    >> ? does
    USAGE:
        DOES body

    DESCRIPTION:
         Defines a function that has no arguments or locals.
         DOES is a function value.

    ARGUMENTS:
         body -- The body block of the function (Type: block)

    (SPECIAL ATTRIBUTES)
         catch
    >> greet: does [print "Hi, Sharriff"]
    >> greet
    Hi, Sharriff
    >>

[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.
> 
> Sharriff Aina
> med.iq information & quality in healthcare AG

-- 
; Joel Neely  [EMAIL PROTECTED]  901-263-4460  38017/HKA/9677
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 ]

Reply via email to