Difference between revisions of "BasicToken:WhileEnd"
From WikiPrizm
Jump to navigationJump to search (Created page with '= While = == Description == This command is used to create While loop along with '''While'''. == Syntax == '''While''' ''Condition'' Code... '''WhileEnd''' == Example == Whil…') |
|||
Line 1: | Line 1: | ||
− | = | + | = WhileEnd = |
== Description == | == Description == | ||
This command is used to create While loop along with '''While'''. | This command is used to create While loop along with '''While'''. |
Latest revision as of 16:27, 24 February 2012
Contents
WhileEnd
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