Rebol Programming/to-string

USAGE:

edit
TO-STRING value 

DESCRIPTION:

edit

(undocumented)

TO-STRING is a function value.

ARGUMENTS

edit
  • value -- (Type: any)

SOURCE CODE

edit
to-string: func [value][to string! :value]