toText (Utility)

Definition

Returns text representation of a value, call can be used for the inverse operation.

Parameters

The

value
to represent as a string.

Return value

text
is the string representing the given value.

Example

a: ( 1 2 ); a 12 toText , print
Output:
( 1 2 "12" )