getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/bool2s_data.ref','rb'); %ans = bool2s([%t,%t,%f,%t]); if load_ref('%ans') then bugmes();quit;end, %ans = bool2s([2.3,0,10,-1]); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);