Files
mql5-skills/skills/mql5/references/docs/00-basis/0005-basis-syntax-reserved.md
T
2026-06-23 21:47:51 +08:00

915 B

Reserved Words

The following identifiers are recorded as reserved words, each of them corresponds to a certain action, and cannot be used in another meaning:

Data Types

bool float uint
char int ulong
class long union
color short ushort
datetime string void
double struct
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