4 articles 構文

構文【Syntax】

Syntax of MQL4 is much a C-like syntax, apart from some features: MQL4 の構文は、いくつかの特徴は別として、多くがC言語のような構文です。 no ad…

予約語【Reserved words】

The identifiers listed below are fixed reserved words. A certain action is assigned to each of them, and they …

識別子【Identifiers】

Identifiers are used as names of variables, functions, and data types. The length of an identifier cannot exce…

コメント【Comments】

Multiline comments start with /* symbols and end with */ symbols. Such comments cannot be nested. Single comme…