Scilab にTCL/TKが組み込まれているかどうかを調べる
r = with_tk()
論理値
ScilabがTCL/TKインターフェイスと共に構築されている場合に
%t
, そうでない場合に %f
を返します.
Version | Description |
6.0.2 | with_tk() is declared obsolete. with_module("tclsci")
may be used instead. |
6.1.0 | with_tk() is no longer available. |