Rebol Programming/free

USAGE:

edit
FREE value 

DESCRIPTION:

edit

Frees a REBOL resource. (Command version only)

FREE is a native value.

ARGUMENTS

edit
  • value -- (Type: library struct)

SOURCE CODE

edit
free: native[
    "Frees a REBOL resource. (Command version only)" 
    value [library! struct!]
]