Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
while [2013/01/30 19:10] admin created |
while [2020/04/28 12:06] (current) argemiro |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | |||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Initial Condition | [[Bool Type|Bool]] | The initial expression value for the while Functor. | | + | | Initial Condition | [[Boolean Value Type]] | The initial expression value for the while Functor. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| ===== Internal Outputs ===== | ===== Internal Outputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Step | [[Non Negative Int Type|Non Negative Int]]((Dinamica EGO 2.0 and above)) | Current iteration. | | + | | Step | [[Non Negative Integer Value Type]] | Current iteration. | |
| ===== Internal Inputs ===== | ===== Internal Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Condition | [[Bool Type|Bool]]((Dinamica EGO 2.0 and above)) | The current value of condition for the loop. | | + | | Condition | [[Boolean Value Type]] | The current value of condition for the loop. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 37: | Line 40: | ||
| While | While | ||
| - | |||