Rebol Programming/to-tag

USAGE: edit

TO-TAG value 

DESCRIPTION: edit

(undocumented)

TO-TAG is a function value.

ARGUMENTS edit

  • value -- (Type: any)

SOURCE CODE edit

to-tag: func [value][to tag! :value]