Rebol Programming/probe
USAGE:
editPROBE value
DESCRIPTION:
editPrints a molded, unevaluated value and returns the same value.
PROBE is a function value.
ARGUMENTS:
edit- value -- (Type: any)
SOURCE CODE
editprobe: func [ {Prints a molded, unevaluated value and returns the same value.} value ][ print mold :value :value ]