swig/Examples/test-suite/scilab/funcptr_runme.sci

6 lines
111 B
Scilab

exec loader.sce;
if add(7, 9) <> 16 then pause, end
if do_op(7, 9, funcvar_get()) <> 16 then pause, end
exit