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

[REBOL] protect-system caveat

From: grantwparks::yahoo::com at: 18-Aug-2000 12:01

Setting protect-system seems to incapacitate 'help':
>> help protect-system
USAGE: PROTECT-SYSTEM DESCRIPTION: Protects all system functions and the system object from redefinition. PROTECT-SYSTEM is a function value.
>> protect-system >> help protect-system
** Script Error: Word type-name is protected, cannot modify. ** Where: type-name: func [value] [ value: mold type? :value clear back tail value join either find "aeiou" first value ["an "] ["a ] value ] if
>>
Bummer, huh?