プリプロセッサ【Preprocessor】

Preprocessor is a special subsystem of MQL4 compiler that is intended for preparation of the program source code immediately before the program is compiled.

プリプロセッサは、プログラムがコンパイルされる直前に、プログラムのソースコードの準備を目的とした MQL4 コンパイラの特別なサブシステムです。

Preprocessor allows enhancement of the source code readability. The code can be structured by including of specific files containing source codes of MQL4 programs. The possibility to assign mnemonic names to specific constants contributes to enhancement of the code readability.

プリプロセッサは、ソースコードの読みやすさを向上できます。コードは、MQL4 プログラムのソースコードを含む特殊ファイルを含めることにより、構造化することができます。ニーモニックの名前を特定の定数に割り当てる実現性は、コードの読みやすさの向上に貢献します。

Preprocessor also allows determining of specific parameters of MQL4 programs.

プリプロセッサが同じく MQL4 プログラムの特定のパラメータを決定することもできます。

If the # symbol is used in the first line of the program, this line is a preprocessor directive. A preprocessor directive ends with a line feed character.

もし、# シンボルがプログラムの最初の行で使用されるなら、この行は、プリプロセッサ指示です。プリプロセッサ指示は改行文字で終了します。

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="">