Previous
Slide 8 of 27
Slide 8
- DO ... To loops are the equivalent of For loops in other languages. The count variable is incremented from a start value until it reaches a target value. - Any block of code like a loop or a conditional block of code begins with DO and ends with END, including DO WHILE, DO UNTIL, IF x THEN DO
Next