Rebol Programming/to-string

USAGE:Edit

TO-STRING value 

DESCRIPTION:Edit

(undocumented)

TO-STRING is a function value.

ARGUMENTSEdit

  • value -- (Type: any)

SOURCE CODEEdit

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