< Rebol Programming

USAGE:

FORM value 

DESCRIPTION:

Converts a value to a string.

FORM is a native value.

ARGUMENTS

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

SOURCE CODE

form: native[
    "Converts a value to a string." 
    value "The value to form"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.