REBOL Document

Reform - Function Summary


Summary:

Forms a reduced block and returns a string.

Usage:

reform value

Arguments:

value - Value to reduce and form

Description:

Identical to FORM but reduces its argument first. Spaces are inserted between each value.


    probe reform ["the time is:" now/time]
    "the time is: 0:59:58"


    probe form ["the time is:" now/time]
    "the time is: now/time"

Related:

form - Converts a value to a string.
join - Concatenates values.
mold - Converts a value to a REBOL-readable string.
rejoin - Reduces and joins a block of values.
remold - Molds a reduced block and returns a string.


<Back | Index | Next>

Copyright 2004 REBOL Technologies