REBOL Programming/free

< REBOL Programming

USAGE:

FREE value 

DESCRIPTION:

Frees a REBOL resource. (Command version only)

FREE is a native value.

ARGUMENTS

SOURCE CODE

free: native[
    "Frees a REBOL resource. (Command version only)" 
    value [library! struct!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.