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
- [REBOL] igpay atinlay Re: Galt_Barber
- [REBOL] igpay atinlay Re:(2) ralph
- [REBOL] igpay atinlay Re:(2) lmecir
- [REBOL] igpay atinlay Re:(2) alans
- [REBOL] igpay atinlay Re:(2) katmanaz
- [REBOL] igpay atinlay Re:(3) ralph
- [REBOL] igpay atinlay Re:(4) allenk
- [REBOL] igpay atinlay Re:(5) ralph
- [REBOL] form office
- [REBOL] form Re: pa . russo
