Rebol Programming/form
Appearance
USAGE:
[edit | edit source]FORM value
DESCRIPTION:
[edit | edit source]Converts a value to a string.
FORM is a native value.
ARGUMENTS
[edit | edit source]- value -- The value to form (Type: any)
SOURCE CODE
[edit | edit source]form: native[ "Converts a value to a string." value "The value to form" ]