Checks if macros sources are installed
r = with_macros_source()
a boolean
Returns %t if macros sources are installed or %f if not.
%t
%f
if with_macros_source() == %t then disp("Scilab macro sources are installed"); end