TOFOR t = var1 TO var2Specifies the loop counter end in a FOR loop. For more information see FOR.Examplefor t = 1 to 10 print t next