提交 c5a36a16 编写于 作者: A amongo 提交者: Gitee

update docs/source_zh_cn/constraints_on_network_construction.md.

语法增加约束:对带有while循环的网络求反向不支持。
上级 eb74cc80
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
| 语句 | 与Python对比 | 语句 | 与Python对比
| :----------- |:-------- | :----------- |:--------
| `for` | 迭代序列必须是Tuple/List,部分嵌套场景支持。 | `for` | 迭代序列必须是Tuple/List,部分嵌套场景支持。
| `while` | 部分嵌套场景支持。 | `while` | 部分嵌套场景支持,对带有while循环的网络求反向不支持
| `if` | 与Python使用原则一致,但if条件的输入只支持常量。 | `if` | 与Python使用原则一致,但if条件的输入只支持常量。
| `in` | 仅支持Dictionary | `in` | 仅支持Dictionary
| `not in` | 仅支持Dictionary | `not in` | 仅支持Dictionary
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册