REBOL3 tracker
  0.9.12 beta
Ticket #0001696 User: anonymous

Project:



rss
TypeWish Statustested Date20-Oct-2010 17:11
Versionalpha 107 CategorySyntax Submitted byBrianH
PlatformAll Severityminor Priorityhigh

Summary Module code HIDDEN keyword
Description This would act like the existing EXPORT keyword (#1446), but instead of exporting words it would PROTECT/hide them after the code block is bound. The EXPORT keyword would override the HIDDEN keyword - you can't export a hidden word. As with EXPORT, the keywords would be removed from the code during the process.

This was originally requested by Carl.
Example code
>> words-of module [] [a: 1 print a]
1
== [a]
>> words-of module [] [hidden a: 1 print a]
1
== []

Assigned ton/a Fixed inalpha 108 Last Update21-Oct-2010 05:55


Comments

Date User Field Action Change
21-Oct-2010 05:55 BrianH Code Modified -
21-Oct-2010 05:55 BrianH Status Modified built => tested
20-Oct-2010 17:12 BrianH Description Modified -
20-Oct-2010 17:12 BrianH Code Modified -
20-Oct-2010 17:12 BrianH Fixedin Modified => alpha 108
20-Oct-2010 17:12 BrianH Status Modified submitted => built
20-Oct-2010 17:11 BrianH Ticket Added -