mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
9 lines
No EOL
70 B
Text
9 lines
No EOL
70 B
Text
|
|
|
|
function foo1()
|
|
var a := 6;
|
|
|
|
print "foo1";
|
|
endfunction
|
|
|
|
foo1(); |