トップ  >  MQL4リファレンス  >  基本  >  構文  >  予約語
スポンサーリンク
検索

↑の検索エンジンが表示されない人は、
↓の古い検索エンジンを使用して下さい。
カスタム検索
MQL4リファレンスツリー
予約語


以下の識別子は予約語として定義されています。
それぞれ特定の動作に対応しており、他の意味で使う事は出来ません。


◆データ型
char int long
uchar uint ulong
short double struct
ushort float class
bool enum void
string datetime color

◆アクセス制限
const private protected
public virtual

◆メモリクラス
extern input static

◆処理
do while  
for continue break
switch case default
if else  
sizeof return operator
new delete  

◆他
true false  
strict this typename
template    
#define #property #import
#include




スポンサーリンク
スポンサーリンク


Copyright ©2015 MT4でEA自作しちゃお~ All Rights Reserved.


Top

inserted by FC2 system