9 lines
261 B
Plaintext
Raw Normal View History

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