グローバル変数【Global variables】

Global variables are defined at the same level as functions, i.e. they are not local in any block.

グローバル変数は関数と同じレベルで定義します、つまり、それらはローカルなブロックではありません。

Examples:

例:

 

Scope of global variables is the entire program. Global variables are accessible from all functions defined in the program. They are initialized with zero if no other initial value is explicitly defined. A global variable can be initialized only by a constant that corresponds with its type. Global variables can be initialized only once after program loading into client terminal memory.

グローバル変数の有効範囲はすべてのプログラムです。グローバル変数は、プログラムで定義されたすべての関数からアクセス可能です。もし、他のどのような最初の値が明示的に定義されていない場合はゼロで初期化されます。グローバル変数は、その型と一致する定数によってだけ初期化するこができます。グローバル変数は、クライアントターミナルのメモリにプログラムを読み込み後の1回だけ初期化することができます。

Note: Variables declared at global level must not be mixed up with the Client Terminal global variables that can be accessed unsing the GlobalVariable…() functions.

ノート:GlobalVariable…()関数を使用して、グローバル レベルで宣言された変数は、アクセスすることができるクライアント・ターミナルのグローバル変数と重複してはいけません。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">