void DefineLoop(Int32 lower, Int32 upper)
Set the range of loop with one method call.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | lower | Int32 | |
| 2 | upper | Int32 |
Result: stored in self (calling object)
Set the range of loop with one method call.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | lower | Int32 | |
| 2 | upper | Int32 |
Result: stored in self (calling object)