< Rebol Programming

USAGE:

UNPROTECT value 

DESCRIPTION:

Unprotects a word or block of words.

UNPROTECT is a native value.

ARGUMENTS

  • value -- (Type: word block)

SOURCE CODE

unprotect: native[
    "Unprotects a word or block of words." 
    value [word! block!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.