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