[62c3c4]: / test / stmt-while.test.expected  Maximize  Restore  History

Download this file

7 lines (5 with data), 72 Bytes

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

END_WHILE
END_FUNCTION