Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: rugby: object functions?

From: rebol665:ifrance at: 13-Feb-2002 10:44

Hi Here is a solution.
>> do %rugby.r >> fob: make object! [
[ a: func [] [print "a" ] [ ]
>> fn: get in fob 'a >> serve [fn ]
HTH Patrick