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