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

[REBOL] Re: Source code modules.

From: ptretter:charter at: 31-Mar-2004 19:16

I actually use RT's #include function which is very handy but I usually have most of my library files containing /library functions based on a particular category of winapi functions. For example, I have a whole bunch of winapi functions for handling windows and handles to windows etc.. Then I have a library called process.r which handles process functions so that I can easy reference the functions within them. Everyone will do what that wish but I do find it easier to include them in separate files and then just reuse then when you need a set of functions. Paul Tretter