Rebol Programming/to-email
USAGE:
TO-EMAIL value
DESCRIPTION:
(undocumented)
TO-EMAIL is a function value.
ARGUMENTS
- value -- (Type: any)
SOURCE CODE
to-email: func [value][to email! :value]
TO-EMAIL value
(undocumented)
TO-EMAIL is a function value.
to-email: func [value][to email! :value]