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

3 lines
38 B
Text

var a := struct;
a.+b := 6;
print(a);