[853a2a]: / test / expr-brackets.test.log  Maximize  Restore  History

Download this file

5 lines (4 with data), 88 Bytes

1
2
3
4
FUNCTION func:BOOL;
a := b * ( c + d ) * e;
 a := b * ( (c:=c+1) );
 a := b * (c:=c+1);