< Rebol Programming
USAGE:
AS-BINARY string
DESCRIPTION:
Coerces any type of string into a binary! datatype without copying it.
AS-BINARY is a native value.
ARGUMENTS
- string -- (Type: any-string)
SOURCE CODE
as-binary: native[ {Coerces any type of string into a binary! datatype without copying it.} string [any-string!] ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.