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

Download this file

8 lines (5 with data), 73 Bytes

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

END_WHILE

END_FUNCTION