To # Description # This command creates counter loop along with For and Next Syntax # For Start_Num → Variable To End_Num …Stuffs… Next Example # For 1→A To 21 Blue Locate A,1,"X" Next