getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/printf_data.ref','rb'); %ans = printf('Result is:\nalpha=%f', 0.535); Result is: alpha=0.535000 if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);