Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
with_macros_source
Checks if macros sources are installed
Calling Sequence
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 >> |