9 lines
276 B
Plaintext
Raw Normal View History

2016-07-19 12:12:26 +10:00
{
"name": "char",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["String"],
2016-07-19 12:12:26 +10:00
"description": "Returns the character associated with a unicode code.",
"arguments": [ {"arg":"code","description":"a unicode code number"}],
"examples": [ { "expression":"char(81)", "returns":"'Q'"} ]
}