REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 20-Mar-2009 Edit History  

REBOL 3 Concepts: Module: Modules

Note

This document is for R2. It has yet to be revised for R3.

In general, REBOL tries to avoid requiring programs to load external features for the most common programs. For small programs, it's an extra burden. However, larger programs may benefit from using external libraries for special features. In REBOL we call such libraries modules.

Every module has its own private namespace, so modules can define private words and minimize conflicts with the words of your own program.


  TOC < Back Next > REBOL WIP Wiki Feedback Admin