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

10 lines
286 B
Plaintext

{
"name": "var",
"type": "function",
"groups": ["General"],
"description": "Returns the value stored within a specified variable.",
"arguments": [ {"arg":"name","description":"a variable name"}],
"examples": [ { "expression":"var('qgis_version')", "returns":"'2.12'"}
]
}