16 lines
356 B
Plaintext
Raw Permalink Normal View History

{
"name": "var",
"type": "function",
2020-07-02 01:46:48 +01:00
"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'"
}],
"tags": ["stored", "variable", "specified"]
}