mirror of https://github.com/Icinga/icinga2.git
Update documentation
This commit is contained in:
parent
e678fa1aa5
commit
15baa8e012
|
@ -1067,6 +1067,8 @@ These keywords are reserved and must not be used as constants or custom attribut
|
||||||
try
|
try
|
||||||
except
|
except
|
||||||
in
|
in
|
||||||
|
using
|
||||||
|
namespace
|
||||||
|
|
||||||
You can escape reserved keywords using the `@` character. The following example
|
You can escape reserved keywords using the `@` character. The following example
|
||||||
tries to set `vars.include` which references a reserved keyword and generates
|
tries to set `vars.include` which references a reserved keyword and generates
|
||||||
|
|
Loading…
Reference in New Issue