//SCI2C: DEFAULT_PRECISION= DOUBLE function mainfunction() b = fun2(2); disp("b") disp(b) a=1; b = fun1(1); disp("b") disp(b) endfunction