Rebol Programming/to-library

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

USAGE:

[edit | edit source]
TO-LIBRARY value 

DESCRIPTION:

[edit | edit source]

(undocumented)

TO-LIBRARY is a function value.

ARGUMENTS

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

SOURCE CODE

[edit | edit source]
to-library: func [value][to library! :value]