QUOTE :value
Returns the value passed to it without evaluation.
QUOTE is a function value.
quote: func [ "Returns the value passed to it without evaluation." :value [any-type!] ][ return get/any 'value ]