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