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

[REBOL] Re: Destroy no more useful functions

From: sunandadh:aol at: 17-Apr-2002 18:08

Louis:
> Even more interesting. Let me make sure I understand. Are you saying that > each one of your modules is packaged in an object?
Exactly. Each physical source module has this standard format: aaa.... mod-name: make object! [ bbb... ccc... ] ;end of object where: aaa... is any global variables. I know I shouldn't have them, but I cut myself some slack when coding at high speed bbb... is any variables common to the object ccc... is any functions within the object
> Would you have a really > short example of this that you might be willing to share?
I don't have anything short enough to post on the list, but I'm sending you an example direct. Anyone else want the same, just email me privately. Sunanda.