mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
3 lines
No EOL
64 B
C++
3 lines
No EOL
64 B
C++
function foo( x )
|
|
return "foo called with " + x;
|
|
endfunction |