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

10 lines
77 B
Text

var a;
foo();
var b;
function foo()
print(b);
b := 5;
endfunction