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