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