9 lines
278 B
Plaintext

{
"name": "to_string",
"type": "function",
"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'"}
]
}