Rebol Programming/to-binary
Appearance
USAGE:
[edit | edit source]TO-BINARY value
DESCRIPTION:
[edit | edit source](undocumented)
TO-BINARY is a function value.
ARGUMENTS
[edit | edit source]- value -- (Type: any)
SOURCE CODE
[edit | edit source]to-binary: func [value][to binary! :value]