Rebol Programming/remold
USAGE:
editREMOLD value
DESCRIPTION:
editMolds a reduced block and returns a string.
REMOLD is a function value.
ARGUMENTS
edit- value -- Value to reduce and mold (Type: any)
SOURCE CODE
editremold: func [ "Molds a reduced block and returns a string." value "Value to reduce and mold" ][ mold reduce :value ]