< Rebol Programming

USAGE:

REMOLD value 

DESCRIPTION:

Molds a reduced block and returns a string.

REMOLD is a function value.

ARGUMENTS

  • value -- Value to reduce and mold (Type: any)

SOURCE CODE

remold: func [
    "Molds a reduced block and returns a string." 
    value "Value to reduce and mold"
][
    mold reduce :value
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.