REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: remold

remold  value  /only  /all  /flat

Reduces and converts a value to a REBOL-readable string.

Arguments:

value - The value to reduce and mold

Refinements:

/only - For a block value, mold only its contents, no outer []

/all - Mold in serialized format

/flat - No indentation

See also:

mold   reduce   reform   form  

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:" 17:47:54]


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin