Rebol Programming/free

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:

[edit | edit source]
FREE value 

DESCRIPTION:

[edit | edit source]

Frees a REBOL resource. (Command version only)

FREE is a native value.

ARGUMENTS

[edit | edit source]
  • value -- (Type: library struct)

SOURCE CODE

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