polserver/testsuite/escript/test/testutil.inc
2015-12-19 02:31:08 +01:00

3 lines
No EOL
64 B
C++

function foo( x )
return "foo called with " + x;
endfunction