REBOL Document

Print - Function Summary


Summary:

Outputs a value followed by a line break.

Usage:

print value

Arguments:

value - The value to print

Description:

If the value is a block, each of its values will be evaluated first, then printed.


    print 1234
    1234


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

Related:

prin - Outputs a value with no line break.


<Back | Index | Next>

Copyright 2004 REBOL Technologies