マクロのソースがインストールされているかどうかを確認する
r = with_macros_source()
論理値
マクロのソースがインストールされている場合に %t,それ以外の場合に %f を返します.
%t
%f
if with_macros_source() == %t then disp("Scilab macro sources are installed"); end