Rebol Programming/to-email

USAGE:

edit
TO-EMAIL value 

DESCRIPTION:

edit

(undocumented)

TO-EMAIL is a function value.

ARGUMENTS

edit
  • value -- (Type: any)

SOURCE CODE

edit
to-email: func [value][to email! :value]