mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
10 lines
No EOL
163 B
Text
10 lines
No EOL
163 B
Text
function foo(b)
|
|
print(b);
|
|
endfunction
|
|
|
|
var a;
|
|
a.print( "hi there" );
|
|
a.foo("hi again");
|
|
|
|
print( "meth001" );
|
|
// really the instructions are being tested here.. |