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

Download this file

11 lines (8 with data), 90 Bytes

FUNCTION func:BOOL;
i := 0;

WHILE i < 5;
 DO
x := x / 2;

i:=i+1;
END_WHILE
END_FUNCTION