REJOIN

REBOL Dictionary 2.0


Summary:

Reduces and joins a block of values.

Usage:

rejoin block

Arguments:

block - Values to reduce and join (must be: block)

Description:

Similar to JOIN but accepts only one argument, the block (which will be reduced first). No spaces are inserted between values.


    print rejoin ["time=" now/time]
    time=17:29:08

Related:

form - Converts a value to a string.
join - Concatenates values.
reform - Forms a reduced block and returns a string.


<Back | Index | Next>

Copyright 2003 REBOL Technologies