Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
while [2013/07/10 21:26]
admin
while [2020/04/28 12:05]
argemiro
Line 1: Line 1:
 +
 ====== While ====== ​ ====== While ====== ​
  
Line 8: Line 9:
  
 ^ 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]]  | Current iteration. ​ |+| Step  | [[Non Negative ​Integer Value Type]] ​ | Current iteration. ​ |
  
 ===== Internal Inputs ===== ===== Internal Inputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Condition | [[Bool Type|Bool]]  | 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 42:
  
 While While
-