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