Scilab-Branch-6.1-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
with_macros_source
проверка: установлены ли исходники макросов
Синтаксис
r = with_macros_source()
Аргументы
- r
- логическое значение 
Описание
Возвращает %t, если исходники макросов установлены, и
            %f, если нет.
Примеры
if with_macros_source() == %t then disp("Исходные коды макросов Scilab''а установлены"); end
| Report an issue | ||
| << with_javasci | Конфигурация | with_module >> |