2020-07-02 15:03:16 +10:00

9 lines
316 B
Plaintext

{
"name": "ascii",
"type": "function",
"groups": ["String"],
"description": "Returns the unicode code associated with the first character of a string.",
"arguments": [ {"arg":"string","description":"the string to convert to unicode code"}],
"examples": [ { "expression":"ascii('Q')", "returns":"81"} ]
}