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

7 lines
54 B
Text

var a := struct;
a.+name;
a.name := "x";
print(a);