-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
13 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,20 @@ | ||
# 循环 | ||
用来迭代相应的列表数据,遍历列表的每一个元素,也可称为*循环*。 | ||
|
||
 | ||
 | ||
|
||
## 子流程 | ||
|
||
> 支持 | ||
> 支持,每个被迭代的数据都会依次传入子动作中。 | ||
## 运行参数 | ||
|
||
* Times:循环次数 | ||
* 次数 | ||
> 循环次数 | ||
|
||
## 输出 | ||
|
||
|
||
|
||
## 脚本调用 | ||
|
||
```python | ||
import simple | ||
|
||
|
||
``` | ||
|
||
## 示例 | ||
## 资源 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,22 @@ | ||
# 判断 | ||
条件判断,相当于`python` 中的 `if`语句,该动作有两条分支,如果条件成立,执行左边的流程分支,否则,执行右边的流程分支 | ||
条件判断,可用来判`空`。相当于`python` 中的 `if`语句,该动作有两条分支,如果条件成立,执行左边的流程分支,否则,执行右边的流程分支。 | ||
|
||
|
||
 | ||
 | ||
|
||
## 子流程 | ||
|
||
> 不支持 | ||
## 运行参数 | ||
|
||
* Value: 可判断的对象 | ||
* 数据 | ||
> 可判断的对象,如*Boolean* 类型 。 | ||
|
||
## 输出 | ||
|
||
> [Boolean](./types/Boolean.md), 成立流程走左边分支,否则走右键分支 | ||
> 条件成立流程走左边分支,否则走右键分支。 | ||
## 脚本调用 | ||
|
||
```python | ||
import simple | ||
|
||
|
||
``` | ||
|
||
## 示例 | ||
## 资源 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 判空 | ||
判断 *容器* 或者 *列表* 是否为空 | ||
判断 *容器* 或者 *列表* 是否为空。*容器*或者 *列表*无法通过 *[判断](./If.md)* 来判断是否为空。 | ||
|
||
|
||
## 子流程 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.