<< with_javasci Configuration with_module >>

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

Report an issue
<< with_javasci Configuration with_module >>