BasicToken:Next
From WikiPrizm
Revision as of 16:10, 15 February 2012 by YeongJIN COOL (talk | contribs) (Created page with '= Next = == Description == This command creates counter loop along with '''To''' and '''For''' == Syntax == '''For''' ''Start_Num'' → ''Variable'' '''To''' ''End_Num'' ...Stu…')
Contents
Next
Description
This command creates counter loop along with To and For
Syntax
For Start_Num → Variable To End_Num
...Stuffs...
Next
Example
For 1→A To 21 Blue Locate A,1,"X" Next