diff options
Diffstat (limited to 'docs/yaml/functions/is_variable.yaml')
-rw-r--r-- | docs/yaml/functions/is_variable.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/yaml/functions/is_variable.yaml b/docs/yaml/functions/is_variable.yaml new file mode 100644 index 0000000..6c338ee --- /dev/null +++ b/docs/yaml/functions/is_variable.yaml @@ -0,0 +1,9 @@ +name: is_variable +returns: bool +since: 0.52.0 +description: Returns true if a variable of the given name exists and false otherwise. + +posargs: + var: + type: str + description: The varaible to test |