Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
isglobal
変数がグローバルかどうかを確認
呼出し手順
t = isglobal(x)
引数
- x
- 任意の変数 
- t
- 論理値 
説明
isglobal(x) は, x がグローバル変数として
            宣言されている場合に true,
            それ以外の場合に false を返します.
例
isglobal(1) global a isglobal(a)
参照
- global — グローバル変数を定義する
- clearglobal — グローバル変数を削除
- who — 変数の一覧
| Report an issue | ||
| << isdef | Variables | names >> |