Update documentation

This commit is contained in:
Gunnar Beutner 2018-08-14 15:26:59 +02:00
parent e678fa1aa5
commit 15baa8e012
1 changed files with 2 additions and 0 deletions

View File

@ -1067,6 +1067,8 @@ These keywords are reserved and must not be used as constants or custom attribut
try
except
in
using
namespace
You can escape reserved keywords using the `@` character. The following example
tries to set `vars.include` which references a reserved keyword and generates