polserver/testsuite/escript/struct/struct003.src

8 lines
56 B
Text
Raw Permalink Normal View History

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