spec

Software for Diffraction

2.3.15.2. - While Statement



The form for the while statement is
while ( expression ) statement
The expression is evaluated and the statement executed until expression is zero.