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