Rebol Programming/as-string
USAGE:
editAS-STRING string
DESCRIPTION:
editCoerces any type of string into a string! datatype without copying it.
AS-STRING is a native value.
ARGUMENTS
edit- string -- (Type: any-string)
SOURCE CODE
editas-string: native[ {Coerces any type of string into a string! datatype without copying it.} string [any-string!] ]