polserver/testsuite/escript/struct/struct006.src

4 lines
40 B
Text
Raw Permalink Normal View History

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