polserver/testsuite/escript/func/func09.src
Gabriele Tozzi e085b218f6 Unit tests: full revision, now all run correctly
- Added missing ones
- Reviewed obsoleted ones
- Disabled/deleted unnecessary ones
- Added support for compile error checking
- Added support for run error checking
2015-12-19 05:31:23 +01:00

10 lines
118 B
Text

use uo;
SendSysMessage( 3, Distance(1,1);
function f1( a,b,c:=0,d:=0 )
endfunction
function f2( a,b )
endfunction