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

[REBOL] Re: PROTECT bug

From: lmecir:mbox:vol:cz at: 11-Dec-2001 18:45

Hi Romano,
>> Where?
How much mutable are Rebol natives? See the following: protect 'secure system/error/script/type: "" system/error/script/expect-arg: [ ( change pick third :secure 3 reduce [word! block!] secure allow "I love you" ) ] change pick third :secure 3 reduce [unset! none!] ; the results are:
>> secure throw
** : I love you. ** Where: secure throw
>> secure []
== [net allow file allow] Regards Ladislav