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

REBOL 3 Functions: prin

prin  value

Outputs a value with no line break.

Arguments:

value [any-type!]

See also:

print   input   echo  

Description

No line termination is used, so the next value printed will appear on the same line. If the value is a block, each of its values will be evaluated first then printed.

prin "The value is "
prin [1 + 2]

prin ["The time is" now/time]


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