Description Usage Arguments Examples
Increments the Iterator without returning anything.
move_more()
repeats move_next()
a specified number of times. move_while()
repeats move_next()
until a condition is met. Refer to the number of the current
iteration with .iter
.
1 2 3 4 5 | move_next(iter)
move_more(iter, more = 1L)
move_while(iter, cond)
|
iter |
An Iterator object object |
more |
How many times to iterate |
cond |
A quoted logical expression involving some variable(s) in |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.