polserver/testsuite/escript/method/meth001.src
2015-12-19 02:31:08 +01:00

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..