Scilab 6.0.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
with_tk
проверка: собран ли Scilab с TCL/TK (obsolete)
Синтаксис
r = with_tk()
Аргументы
- r
логическое значение
Описание
with_tk() will no longer be available in Scilab 6.1.
Please use with_module("tclsci") instead. |
Возвращает %t
, если Scilab собран с TCL/TK-интерфейсом, и
%f
, если нет.
История
Версия | Описание |
6.0.2 | with_tk() is declared obsolete to be removed from Scilab 6.1.
It may be replaced with with_module("tclsci") . |
Report an issue | ||
<< with_module | Конфигурация | Отладка >> |