Scilab 6.0.0
Scilab Help >> Scilab > Configuration > with_macros_source
with_macros_source
Checks if macros sources are installed
Syntax
r = with_macros_source()
Arguments
- r
a boolean
Description
Returns %t
if macros sources are installed or
%f
if not.
Examples
if with_macros_source() == %t then disp("Scilab macro sources are installed"); end
Comments
Add a comment:
Please login to comment this page.