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

[ALLY] Question: REBOL Modules

From: rebol::techscribe::com at: 4-Aug-2000 17:50

Hi Carl, 1. Given parent-module: make module! [ export: [a b c d] ][ ] descendant-module: make parent-module [ ] is descendant-module/a a legal expression? I.e. do descendant modules inherit the parent modules export statement? 2. Given the above parent-module, will descendant-module: make parent-module [ export: [b c] ] hide parent-module's 'a, but expose parent-module's words 'b and 'c? TIA, ;- Elan [ : - ) ] author of REBOL: THE OFFICIAL GUIDE REBOL Press: The Official Source for REBOL Books http://www.REBOLpress.com visit me at http://www.TechScribe.com