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

9 lines
292 B
Plaintext

{
"name": "map_avals",
"type": "function",
"groups": ["Maps"],
"description": "Returns all the values of a map as an array.",
"arguments": [ {"arg":"map","description":"a map"}],
"examples": [ { "expression":"map_avals(map('1','one','2','two'))", "returns":"[ 'one', 'two' ]"}]
}