REBOL Document

Remold - Function Summary


Summary:

Molds a reduced block and returns a string.

Usage:

remold value

Arguments:

value - Value to reduce and mold

Description:

Identical to MOLD, but reduces its argument first. Spaces are inserted between each values in a block.


    print remold ["the time is:" now/time]
    ["the time is:" 0:59:58]

Related:

form - Converts a value to a string.
mold - Converts a value to a REBOL-readable string.
reduce - Evaluates an expression or block expressions and returns the result.
reform - Forms a reduced block and returns a string.


<Back | Index | Next>

Copyright 2004 REBOL Technologies