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

11 lines
47 B
Text

var a;
a := 5;
a.b := 6;
b := 7;
c := 8;