* PCAN
* Phix
edit SideBar
Index | Core Language | Statements | While Statement
While Statement
A while statement tests a condition to see if it is non-zero (true), and while it is true a loop is executed. e.g.
< Switch Statement | Index | Short-Circuit Evaluation >