===== String (Function) =====
==== Format ====
**string** ( [[expressions|expression]] )
returns [[stringexpressions|string_expression]]
==== Description ====
Returns the string representation of a number.
==== Example ====
number = 30+2
print string(number)
Results with
32
==== See Also ====
{{page>en:start#String Handling&noheader}}