polserver/testsuite/escript/oper/oper005.src
2015-12-19 02:31:08 +01:00

3 lines
No EOL
42 B
Text

var a, b, c;
a := a + b.c.d + c;
print(a);