Talk:Loops/With multiple ranges: Difference between revisions

→‎other DO loop cases: added some comments.
(→‎Further explanation needed: added some comments and explanation of what was being thought of at the time of task creation and task requirements..)
(→‎other DO loop cases: added some comments.)
Line 89:
 
::See [[Loops/Wrong ranges]] (A bit of a tongue twister ;-)<br>[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 09:32, 16 September 2018 (UTC)
 
::: You could add several more.
a DO with no TO
a DO that increment not one variable, but a list of variables
a DO with no BY
a DO that stops and stops on the same value (it is within range), but when is the index checked?
::: -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 10:50, 16 September 2018 (UTC)