mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
commit
5863af448f
@ -32,7 +32,7 @@ The sequence-building algorithm follows the following pseudocode:
|
||||
|
||||
```
|
||||
let num = start
|
||||
while num < limit: (or, for negative step, num >= limit)
|
||||
while num < limit: (or, for negative step, num > limit)
|
||||
append num to the sequence
|
||||
num = num + step
|
||||
return the sequence
|
||||
|
Loading…
Reference in New Issue
Block a user