Skip to content

Commit 058607f

Browse files
authored
Update main_statements.md
1 parent ad1347a commit 058607f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/usage/main_statements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@ This template uses two significant jinja2 template features:
8080
std::string prefix = !descr.nsScope.empty() ? descr.nsScope + "::" : "";
8181
```
8282
I.e. left part of this expression (before 'if') is a true-branch of the statement. Right part (after 'else') - false-branch, which can be omitted. As a condition you can use any expression convertible to bool.
83+
84+
## 'with' statement
85+
86+
TODO:
87+

0 commit comments

Comments
 (0)