[next] [previous] [contents]

  10.2 Loops
  Loops
allow you to repeat the execution of a set of state-
  ments. This set of statements is called a loop block . There
  are three types of BASIC program loops:

        FOR...NEXT
        WHILE...NEXT
        UNTIL...NEXT

  Note that these types of loops can be nested, that is, lexically
  located one inside another.