< Rebol Programming

USAGE:

PRIN value 

DESCRIPTION:

Outputs a value with no line break.

PRIN is a native value.

ARGUMENTS:

  • value -- The value to print (Type: any)

SOURCE CODE

prin: native[
    "Outputs a value with no line break." 
    value "The value to print"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.