Jump to content

Rebol Programming/to-set-word

From Wikibooks, open books for an open world

USAGE:

[edit | edit source]
TO-SET-WORD value 

DESCRIPTION:

[edit | edit source]

(undocumented)

TO-SET-WORD is a function value.

ARGUMENTS

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

SOURCE CODE

[edit | edit source]
to-set-word: func [value][to set-word! :value]