docs: added unset_variable()

pull/8960/head
Daniel Mensinger 3 years ago
parent 1da7a0e29a
commit 6f78695f86
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 11
      docs/yaml/functions/unset_variable.yaml

@ -0,0 +1,11 @@
name: unset_variable
returns: void
since: 0.60.0
description: |
Unsets a variable.
Referencing a variable which has been unset is an error until it has been set again.
posargs:
varname:
type: str
description: The variable to unset.
Loading…
Cancel
Save