[853a2a]: / test / stmt-while.test.log  Maximize  Restore  History

Download this file

6 lines (4 with data), 59 Bytes

1
2
3
4
5
FUNCTION func:BOOL;
WHILE x < 10 DO
x := x / 2;

END_WHILE