BasicToken:WhileEnd
From WikiPrizm
Revision as of 16:26, 24 February 2012 by YeongJIN COOL (talk | contribs) (Created page with '= While = == Description == This command is used to create While loop along with '''While'''. == Syntax == '''While''' ''Condition'' Code... '''WhileEnd''' == Example == Whil…')
Contents
While
Description
This command is used to create While loop along with While.
Syntax
While Condition
Code...
WhileEnd
Example
While X=3 X+1→X WhileEnd