The extern memory class defines an extern variable. The extern specifier is declared before a data type.
extern メモリ クラスは、extren 変数を定義します。
Examples:
例:
1 2 3 4 5 6 | extern double InputParameter1 = 1.0; extern color InputParameter2 = red; int init() { ... } |
Extern variables determine inputs of the program, they are accessible from a program properties window. Arrays cannot represent themselves as extern variables.
extern 変数はプログラムのインプットで決定され、それらは、プログラムのプロパティ ウインドウからアクセスが可能になります。配列自体を extern 変数として表すことはできません。