While

While #

Description #

This command is used to create While loop along with WhileEnd.

Syntax #

While Condition

Code…

WhileEnd

Example #

While X=3
X+1→X
WhileEnd