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

10 lines
No EOL
71 B
Text

function foo1()
var a := 6;
print "foo1";
endfunction
foo1();