Các từ dành riêng
Các từ phía dưới dành cho ngôn ngữ MQL, mỗi từ tương ứng với một hành động nhất định và không thể sử dụng theo nghĩa khác:
Data Types
bool | float | uint |
---|---|---|
chart | int | ulong |
class | long | union |
color | short | ushort |
datetime | string | void |
double | struc | |
enum | uchar |
Access Specificators
const | private | virtual |
---|---|---|
delete | protected | |
override | public |
Memory Classes
extern | input | static |
---|
Operators
break | dynamic cast | operator |
---|---|---|
case | else | pack |
continue | for | return |
default | if | sizeof |
delete | new | switch |
do | offsetof | while |
Other
this | #define | #import |
---|---|---|
true | #ifdef | #include |
false | #ifndef | #property |
template | #else | group |
typename | #endif | namespace |