with_macros_source
マクロのソースがインストールされているかどうかを確認する
呼び出し手順
r = with_macros_source()
引数
- r
論理値
説明
マクロのソースがインストールされている場合に
%t
,それ以外の場合に
%f
を返します.
例
if with_macros_source() == %t then disp("Scilab macro sources are installed"); end
Report an issue | ||
<< with_javasci | Configuration | with_module >> |