Rebol Programming/to-tag
Appearance
USAGE:
[edit | edit source]TO-TAG value
DESCRIPTION:
[edit | edit source](undocumented)
TO-TAG is a function value.
ARGUMENTS
[edit | edit source]- value -- (Type: any)
SOURCE CODE
[edit | edit source]to-tag: func [value][to tag! :value]