REBOL Document

Protect-system - Function Summary


Summary:

Protects all system functions and the system object from redefinition.

Usage:

protect-system

Description:

Sets the PROTECT flag for all REBOL system words to prevent your script from accidentally changing important system words by your script.

In REBOL/Core and REBOL/View, you can add this function to your user.r script to automatically protect the system words every time you run REBOL.

Related:

protect - Protect a word or block to prevent from being modified.
unprotect - Unprotects a word or block of words.


<Back | Index | Next>

Copyright 2004 REBOL Technologies