2022-01-13 08:56:17 -05:00

16 lines
374 B
Plaintext

{
"name": "to_string",
"type": "function",
"groups": ["Conversions", "String"],
"description": "Converts a number to string.",
"arguments": [{
"arg": "number",
"description": "Integer or real value. The number to convert to string."
}],
"examples": [{
"expression": "to_string(123)",
"returns": "'123'"
}],
"tags": ["converts", "number"]
}