mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
9 lines
84 B
Text
9 lines
84 B
Text
|
|
function foo()
|
||
|
|
endfunction
|
||
|
|
|
||
|
|
function bar()
|
||
|
|
var x := 5;
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
print( "hello world" );
|